You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/04/02 15:27:27 UTC

[GitHub] [pulsar] ntysdd opened a new pull request #5966: [Issue 5952] [pulsar-broker] fix ConcurrentModificationException while load-report serialization/updateLocalBrokerData

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:
users@infra.apache.org


With regards,
Apache Git Services