Description
When global server session pools are used, sockets may be moved to new VCs associated with different threads. The connections_currently_open stat was not being correctly incremented in that case meaning the connections_currently_open stat would go negative.
This means that the connection throttling logic would likely not trigger.