-
Bug
-
Resolution: Done
-
Major
-
4.2.0.GA_CP04, 4.3.0.GA_CP02
-
None
-
Medium
-
Not Required
This issue affects transaction sticky functionality quite badly because the key of weak hashmap that maps
transactions to sticky nodes is a thread local within ClientUserTransaction. So, this bug lead to multiple
ClientUserTransaction instances to be created and garbage collection previous ones, effectively removing
transaction (tpc to be more precise) to sticky target mappings of on going transactions.
- incorporates
-
JBAS-5904 ClientUserTransaction singleton initialisation is not thread safe
- Closed
- is incorporated by
-
JBPAPP-1180 [4.2.x] Combined patch to get transaction sticky lbp functionality working correctly
- Resolved