-
Type:
Sub-task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: EAP_EWP 5.1.2
-
Fix Version/s: EAP_EWP 5.2.0
-
Component/s: Clustering
-
Labels:None
-
Affects:Release Notes
-
Release Notes Text:
-
Release Notes Docs Status:Documented as Resolved Issue
-
Docs QE Status: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.
- is blocked by
-
JBCACHE-1620 Race condition when automatically creating parent nodes during locking fails to get lock
-
- Closed
-