-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
minor-bugSomething doesn't work 100% right, but not criticalSomething doesn't work 100% right, but not critical
Description
Due to the code that resets the port usage count on pool startup, the port count can be wrong on pools running multiple pool modules. To correct this, the port count should not be reset when starting up the pool and termination signals should be caught and should reduce port usage for all connections to that leaf node. This will still cause a problem if SIGKILL is sent.
Alternatively, refactor the code that counts connections per port so that old connections are cleared no matter if the pool module closes gracefully or forcibly.
Metadata
Metadata
Assignees
Labels
minor-bugSomething doesn't work 100% right, but not criticalSomething doesn't work 100% right, but not critical