You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Close sentinelListener when excuting method jedisSentineled.close().
Actual behavior
Cannot close sentinelListener thread
Steps to reproduce:
Please create a reproducible case of your problem. Make sure
that case repeats consistently and it's not random
init JedisSentineled object and close it immediately in a while true loop or in a multi-threaded concurrent environment
Root Cause:concurrent problems;thread safety
Redis / Jedis Configuration
Jedis version: all exists this bug
Redis version:
Java version:
how to resolve:
see the pictures
The text was updated successfully, but these errors were encountered:
peng-lin
changed the title
Jedis4 cannot close SentinelListener connection completely in a JedisSentineled mode when executing method close ,caused connection leak
BUG/Connection Leak:cannot close SentinelListener connectio in a JedisSentineled/JedisSentinelPool mode when executing method close
Nov 6, 2024
peng-lin
changed the title
BUG/Connection Leak:cannot close SentinelListener connectio in a JedisSentineled/JedisSentinelPool mode when executing method close
BUG/Connection Leak:cannot close SentinelListener connection in a JedisSentineled/JedisSentinelPool mode when executing method close
Nov 7, 2024
Expected behavior
Close sentinelListener when excuting method jedisSentineled.close().
Actual behavior
Cannot close sentinelListener thread
Steps to reproduce:
Please create a reproducible case of your problem. Make sure
that case repeats consistently and it's not random
Redis / Jedis Configuration
Jedis version: all exists this bug
Redis version:
Java version:
how to resolve:
see the pictures
The text was updated successfully, but these errors were encountered: