DomGarguilo opened a new pull request, #6052: URL: https://github.com/apache/accumulo/pull/6052
Looked through the code for places that use `Collections.syncronized*`. The docs for these collections reads: ``` It is imperative that the user manually synchronize on the returned list when traversing it ``` This PR fixes all the spots in the code that I found that where not iterating within a `synchronized` block. This PR also simplifies TimeoutTracker creation with computeIfAbsent in batch reader/writer code. -- 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]
