caidezhi opened a new pull request #948: KYLIN-4261 Synchronization performed on java.util.concurrent.ConcurrentMap in AssignmentsCache URL: https://github.com/apache/kylin/pull/948 FindBugs report issue "Synchronization performed on java.util.concurrent.ConcurrentMap" in class org.apache.kylin.stream.coordinator.assign.AssignmentsCache. use ConcurrentMap.computeIfAbsent to rewirte the code, logic remain the same.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
