-
Notifications
You must be signed in to change notification settings - Fork 656
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Hi all,
I've noticed that at
| listeners.get(i).connectionClosed(event); |
the ConnectionEventListener.connectionClosed() method is called and then the subsequent lines may perform modifications on the released connection:
| physicalConn.rollback(); |
| physicalConn.setAutoCommit(true); |
Should these modifications be moved before the invocation of ConnectionEventListener.connectionClosed()? Otherwise the client code may start reusing the released connection concurrently while they are being performed.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working