Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Adde test reproducing hang on tx putAll when near cache is used: NearCachePutAllMultinodeTest.
Root cause for this issue is that remote mvcc candidates are marked as owners during tx finish step. To fix it we can try to move logic from 'tx.doneRemote' to prepare step.