jredis
jredis copied to clipboard
memory leak with HeartbeatJinn
if the JRedisClient fails to connect to the server every connection attempt leaves a HeartbeatJinn in memory.
Because a ClientRuntimeException is thrown and the Thread will remain in the memory because nobody will stop it.
I haven't pushed the patches for that yet -- its done and up fairly shortly. Thank you for reporting!
could you give me more information when will be the fix pushed into the master? thanks!
@alphazero, Any word on the status of this patch? Is it really still pending?
Heartbeat has been disabled for quite a while now. However, the plumbing for event propagation is in a branch somewhere on one of my laptops :) I may get added but its a pain given then pulls that I took recently.