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
Leaving a stale open connection leads to problems with connection pools (they don't know if the connection is still used).
JdbcSession should either have an explicit close connection in finally clause in run method or have a seperate public close method that will close it.
The text was updated successfully, but these errors were encountered:
Leaving a stale open connection leads to problems with connection pools (they don't know if the connection is still used).
JdbcSession should either have an explicit close connection in finally clause in
run
method or have a seperate publicclose
method that will close it.The text was updated successfully, but these errors were encountered: