-
Notifications
You must be signed in to change notification settings - Fork 11.8k
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] class Topiclist use CopyOnWriteArraySet will cause timeout #7534
Comments
keranbingaa
added a commit
to keranbingaa/rocketmq
that referenced
this issue
Nov 15, 2023
keranbingaa
added a commit
to keranbingaa/rocketmq
that referenced
this issue
Nov 24, 2023
keranbingaa
added a commit
to keranbingaa/rocketmq
that referenced
this issue
Nov 27, 2023
RongtongJin
added a commit
that referenced
this issue
Dec 1, 2023
Wuyunfan-BUPT
added a commit
to Wuyunfan-BUPT/rocketmq
that referenced
this issue
Dec 4, 2023
[ISSUE apache#7534] Use high performance concurrent set to replace copyonwr…
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
centos
RocketMQ version
release 5.1.3
JDK Version
jdk8
Describe the Bug
when topic list in namesrv is huge(eg:50000), the interface getAllTopicList in routeinfomanager will cost a lot time,which may be timeout.
Steps to Reproduce
use tools to call this interface, and calculate the time
What Did You Expect to See?
topiclist on namesrv
What Did You See Instead?
timeout
Additional Context
No response
The text was updated successfully, but these errors were encountered: