-
Bug
-
Resolution: Done
-
Major
-
7.4.0.GA, 7.4.2.GA
-
None
-
False
-
False
-
-
-
-
-
-
Rejected
-
-
EntryWrappingInterceptor.visitPutMapCommand processes the potential expiration of keys in the input map in parallel, and wraps the entries in the context in the threads that processed the expiration response.
But NonTxInvocationContext is not thread-safe, as it uses a HashMap internally. When a PutMapCommand affects 2 or more entries can can both expire, and their keys map to the same HashMap bucket, one of the updates may be lost and the distribution interceptor will later fail with an IllegalStateException: Entry should be always wrapped!.
- clones
-
JBEAP-23085 (7.4.z) ISPN-13549 - Data race in EntryWrappingInterceptor handling expired entries
- Closed
- is caused by
-
ISPN-13549 Data race in EntryWrappingInterceptor handling expired entries
- Closed
- is incorporated by
-
WFLY-15939 Upgrade Infinispan to 13.0.6.Final
- Closed