-
Notifications
You must be signed in to change notification settings - Fork 987
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
enablePeriodicRefresh has problematic behavior when service is shut down(close) #3089
Comments
This seems to be the same issue as the one described in #2904 |
Closing in favor of #2904 If this is another problem, please reopen and describe how it is different so we can try and address it too. |
To elaborate more on my question:
As always if you believe you can contribute a solution please send out a PR with your idea. |
@tishun No significant impact has been found so far, but for a stable service, some error logs should be avoided as much as possible. |
Bug Report
Current Behavior
For example: I have 2 classes, A and B, and the close method is as follows.
A will cycle through multiple RedisSenders (B) and finally release ClientResources. At the same time,
ClusterTopologyRefreshOptions
is set as follows:I found that it might be because the netty thread was not closed in time, and the following error occurred:
Expected behavior/code
After the ClientResources are closed, the tasks being processed should be discarded
Environment
The text was updated successfully, but these errors were encountered: