-
Notifications
You must be signed in to change notification settings - Fork 11.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] ConcurrentModificationException when acl changed #7579
Comments
advice: change private List globalWhiteRemoteAddressStrategy = new ArrayList<>(); to CopyOnWriteArrayList |
RongtongJin
pushed a commit
that referenced
this issue
Nov 24, 2023
ChineseTony
pushed a commit
to ChineseTony/rocketmq
that referenced
this issue
Feb 23, 2024
ChineseTony
pushed a commit
to ChineseTony/rocketmq
that referenced
this issue
Mar 1, 2024
ChineseTony
pushed a commit
to ChineseTony/rocketmq
that referenced
this issue
Mar 9, 2024
ChineseTony
pushed a commit
to ChineseTony/rocketmq
that referenced
this issue
Mar 9, 2024
ChineseTony
pushed a commit
to ChineseTony/rocketmq
that referenced
this issue
Mar 26, 2024
ChineseTony
pushed a commit
to ChineseTony/rocketmq
that referenced
this issue
Apr 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Before Creating the Bug Report
I found a bug, not just asking a question, which should be created in GitHub Discussions.
I have searched the GitHub Issues and GitHub Discussions of this repository and believe that this is not a duplicate.
I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ.
Runtime platform environment
none
RocketMQ version
4.9.x and 5.x
JDK Version
every
Describe the Bug
because acl monitor the change of acl file
it will change globalWhiteRemoteAddressStrategy ,but
so one thread read ,another write
Steps to Reproduce
review
What Did You Expect to See?
normal
What Did You See Instead?
ConcurrentModificationException
Additional Context
review
The text was updated successfully, but these errors were encountered: