-
Bug
-
Resolution: Done
-
Major
-
None
-
WildFly/IronJacamar 1.4.2.Final
-
None
-
None
There is a possibility of unlock missing the call to reentrantLock.unlock:
protected void unlock() { if (tryLock < 0) return; if (getLog().isTraceEnabled()) dumpLockInformation(false); if (lock.isHeldByCurrentThread()) lock.unlock(); }
This bug is random.
- causes
-
JBEAP-13570 [GSS](7.1.z) JBJCA-1356: BaseWrapperManagedConnection.unlock fails to unlock
- Closed
- is cloned by
-
JBEAP-13569 [GSS](7.2.0) JBJCA-1356: BaseWrapperManagedConnection.unlock fails to unlock
- Closed
-
JBEAP-13570 [GSS](7.1.z) JBJCA-1356: BaseWrapperManagedConnection.unlock fails to unlock
- Closed
- is incorporated by
-
JBEAP-13569 [GSS](7.2.0) JBJCA-1356: BaseWrapperManagedConnection.unlock fails to unlock
- Closed