leventov commented on issue #7061: Fix concurrency in old Druid classes
URL: 
https://github.com/apache/incubator-druid/issues/7061#issuecomment-494083865
 
 
   @umasankar-yedida great! You can take any class that has signs of 
concurrency (`synchronized` keyword, use of `ConcurrentHashMap`, 
ExecutorServices, Threads, etc.) and review it according to the 
[checklist](https://github.com/code-review-checklists/java-concurrency). If the 
class doesn't have bugs, at least it lacks comments and concurrent access 
documentation: see items in the 
[Documentation](https://github.com/code-review-checklists/java-concurrency#documentation)
 section of the checklist. So literally every old class with concurrency in 
Druid can be improved.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to