The new /reloadredis command does not seem to stop tasks correctly #1

Closed
opened 2020-10-23 13:38:32 +00:00 by GovindasOM · 4 comments
GovindasOM commented 2020-10-23 13:38:32 +00:00 (Migrated from github.com)

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

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
ham1255 commented 2020-11-27 07:05:08 +00:00 (Migrated from github.com)

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

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
ham1255 commented 2020-11-27 07:07:07 +00:00 (Migrated from github.com)

I will take care of it in 2 weeks or possibly less since I have stuff to do.

I will take care of it in 2 weeks or possibly less since I have stuff to do.
GovindasOM commented 2020-11-28 08:44:15 +00:00 (Migrated from github.com)

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 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?

> > > 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 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?
GovindasOM commented 2020-12-03 11:08:37 +00:00 (Migrated from github.com)

Fixed in next version

Fixed in next version
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Limework/RediSkript#1
No description provided.