-
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
NPE found when timerWheel disabled #6169
Comments
The timerWheel-based timer message serves as the foundation of PopMessage so that it is necessary to set timerWheelEnable to true to use PopMessage. |
1 similar comment
The timerWheel-based timer message serves as the foundation of PopMessage so that it is necessary to set timerWheelEnable to true to use PopMessage. |
6 tasks
ShannonDing
pushed a commit
that referenced
this issue
Mar 8, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
TimerMessageStore could be null when timerWheelEnable setting false.
Since some processors are related with [timerWheelEnable], such as PopMessageProcessor, AckMessageProcessor, and only initialized once before startup, so can we check this switch and skip instantiation when disabled?
The text was updated successfully, but these errors were encountered: