Skip to content

Hikari pool gets exhausted #483

Answered by pietermartin
marinsimina asked this question in Q&A
Discussion options

You must be logged in to vote

You must not call g.tx().close().
Always only call g.tx().commit() or g.tx().rollback(). It is important to always commit or rollback on the transaction else you will end up with idle in transaction connections on the database.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by marinsimina
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants