ntysdd opened a new pull request #5966: [Issue 5952] [pulsar-broker] fix ConcurrentModificationException while load-report serialization/updateLocalBrokerData URL: https://github.com/apache/pulsar/pull/5966 Fixes #5952 These sets are potentially accessed from multiple threads, use ConcurrentHashMap.newKeySet() instead of new HashSet<>()
---------------------------------------------------------------- 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
