The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git/develop 
has succeeded.
Run started by GitHub user cherryMJY (triggered by github-actions[bot]).

Head commit for run:
38b71b8de0775f737f2a5981f8e7e0f5356cecc3 / mengjiaying 
<[email protected]>
[ISSUE #xxxx] Fix thread-safe issue in ConsumerManager.topicGroupTable

Replace HashSet with ConcurrentHashMap.newKeySet() to prevent data loss
when multiple consumers concurrently register with the same topic.

HashSet is not thread-safe and may lose entries under concurrent add()
operations. ConcurrentHashMap.newKeySet() provides thread-safe mutations
and is already used in other RocketMQ components.

Report URL: https://github.com/apache/rocketmq/actions/runs/23338015631

With regards,
GitHub Actions via GitBox

Reply via email to