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
Currently, when DefaultConnectionContext.dispose() is called, it creates new instances of the connection pool and thread pool and then disposes them instead of the ones that were configured and used earlier. The originally created connection pool and thread pool should be cached and disposed properly.