-
Notifications
You must be signed in to change notification settings - Fork 985
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
java.util.concurrent.RejectedExecutionException: event executor terminated #1773
Comments
|
Hello , this information is very useful for us . Can you help analyze it? We are stuck for over 1 month. CLIENT_RESOURCES = DefaultClientResources.builder()
.commandLatencyCollectorOptions(DefaultCommandLatencyCollectorOptions.disabled())
.build();
client = RedisClient.create(CLIENT_RESOURCES, redisProvider.generateRedisURI(host)); Also , this thread is blocked ,and no more work will execute. Hope to get response from you |
hello, I have the same problem, and I set up a redis cluster with three master nodes no slave nodes。 redis version :5.0.4
this is jstack info : this is my appliction jvm settings: |
|
Bug Report
Hi , this is Hu , I want to report a bug of lettuce . I used lettuce to monitor status of Redis Cluster(like cluster status , masters ,slaves etc) , it usually works well , but it may have data point missing issue suddenly .
Current Behavior
Monitoring Service may not get information of Redis Cluster due to unknown reason.
Stack trace
Thread dump
Input Code
lettuce code in RedisClient class
Expected behavior/code
should be no issue when connect to Redis Cluster host
Environment
Possible Solution
We do not find the root cause of this issue ,so that we do not know how to reslove it.
Additional context
We can not reproduce it , but it happens for several times.
The text was updated successfully, but these errors were encountered: