-
Sub-task
-
Resolution: Done
-
Major
-
EAP_EWP 5.1.2
-
None
-
Release Notes
-
-
Documented as Resolved Issue
-
NEW
Bug/race condition in JBoss Cache PessimisticUnversionedNode#addChildAndAcquireLock.
If two threads try to create the same node at the exact same time, one thread creates it and gets a write lock.
The other thread does not create a node, but returns the previously created node and does not lock it.
The only caller PessimisticNodeBasedLockManager assumes the node was both created and locked after the call returns.