[
https://issues.apache.org/jira/browse/HADOOP-17874?focusedWorklogId=642552&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-642552
]
ASF GitHub Bot logged work on HADOOP-17874:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 26/Aug/21 19:51
Start Date: 26/Aug/21 19:51
Worklog Time Spent: 10m
Work Description: virajjasani opened a new pull request #3343:
URL: https://github.com/apache/hadoop/pull/3343
### Description of PR
Even though we have explicit comments stating that we have thread-safe
replacement of terseExceptions and suppressedExceptions, in reality we don't
have it. As we can't guarantee only non-concurrent addition of Exceptions at a
time from any Server implementation, we should make this thread-safe.
### How was this patch tested?
Local dev testing with running unit test to add Exceptions concurrently.
Verified read-after-write consistency.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 642552)
Remaining Estimate: 0h
Time Spent: 10m
> ExceptionsHandler to add terse/suppressed Exceptions in thread-safe manner
> --------------------------------------------------------------------------
>
> Key: HADOOP-17874
> URL: https://issues.apache.org/jira/browse/HADOOP-17874
> Project: Hadoop Common
> Issue Type: Bug
> Reporter: Viraj Jasani
> Assignee: Viraj Jasani
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Even though we have explicit comments stating that we have thread-safe
> replacement of terseExceptions and suppressedExceptions, in reality we don't
> have it. As we can't guarantee only non-concurrent addition of Exceptions at
> a time from any Server implementation, we should make this thread-safe.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]