Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
None
-
None
-
None
Description
IGNITE-11171 Did not fix the issue completely. The checkReadConflict method is called right before onEntriesLocked and contains the same assertion which may cause node failure.
Attached test reproduces the problem if the following code is added to the very beginning of the checkReadConflict method:
U.sleep(ThreadLocalRandom.current().nextInt(200) + 1);
Attachments
Attachments
Issue Links
- is duplicated by
-
IGNITE-11291 Assertion error in time of rebalance completion lead to to critical failure node
- Open
- is related to
-
IGNITE-11171 Assertion on tx preparing
- Resolved
-
IGNITE-11622 Investigate how CacheEntryRemovedException can be thrown in onEntriesLocked
- Open
- links to