The new /reloadredis command does not seem to stop tasks correctly #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I find it still doing connections to the wrong IP address after reloading, while at the same time being connected to the right IP address, must find why, looks like a memory leak.
this behavior can be noticed when using NetworkInterceptor plugin
Lol I found the problem it's in main class you keep remaking new redis manager as I said redis manager is reusable don't make new one
I will take care of it in 2 weeks or possibly less since I have stuff to do.
I think the problem is in Jedis doing some kind of ping-ponging to that IP, because redis manager in itself doesn't do any IP-based connections, thus it is not a problem of recreating redis manager, unless jedis somehow keeps connecting to wrong IP due to it?
Fixed in next version