Cyrill commented on code in PR #6711:
URL: https://github.com/apache/ignite-3/pull/6711#discussion_r2416227520


##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/StorageUpdateHandler.java:
##########
@@ -545,4 +543,9 @@ private void performWriteIntentCleanup(
             performAbortWrite(writeIntentTxId, Set.of(rowId), indexIds);
         }
     }
+
+    @TestOnly
+    public void eraseVolatileState(UUID txId) {

Review Comment:
   Please add a comment that we need this to simulate node restart in tests - 
to get into the state when we have write intents persisted in the storage but 
no information in memory of what they are



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to