You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the wiki, the pool size should not drop below the minimum pool size when the maximum idle time has been reached. Unfortunately, this is not the case. In our system we had a minimum pool size of 300. 297 were idle and only 3 were in use. This results in closing 297 idle connections within the PoolShrinkingTask and re-open them again within the same method: XAPool#expireOrCloseStatefulHolders
The text was updated successfully, but these errors were encountered:
According to the wiki, the pool size should not drop below the minimum pool size when the maximum idle time has been reached. Unfortunately, this is not the case. In our system we had a minimum pool size of 300. 297 were idle and only 3 were in use. This results in closing 297 idle connections within the PoolShrinkingTask and re-open them again within the same method: XAPool#expireOrCloseStatefulHolders
The text was updated successfully, but these errors were encountered: