-
Notifications
You must be signed in to change notification settings - Fork 26.4k
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
HashedWheelTimer's queue gets full #3449
Comments
I have checked this problem, because the size of the original queue is 1024, which is not enough in some scenarios (especially in the case of stress testing). So I will increase the size to Integer.MAX_VALUE. |
@carryxyh keep the |
@lexburner |
Dubbo reference the source code from Netty new ArrayBlockingQueue<HashedWheelTimeout>(1024) the ArrayBlockingQueue is unable to increase its size. Using |
@lexburner |
Close via #3451 |
HashedWheelTimer's queue gets full when run https://github.com/hank-whu/rpc-benchmark with 2.7.0, see error below:
Pls. check hank-whu/rpc-benchmark#22 for more details.
The text was updated successfully, but these errors were encountered: