tkalkirill commented on code in PR #1578:
URL: https://github.com/apache/ignite-3/pull/1578#discussion_r1088175671
##########
modules/transactions/src/main/java/org/apache/ignite/internal/tx/storage/state/TxStateStorage.java:
##########
@@ -194,4 +194,21 @@ public interface TxStateStorage extends ManuallyCloseable {
* has failed.
*/
CompletableFuture<Void> finishRebalance(long lastAppliedIndex, long
lastAppliedTerm);
+
+ /**
+ * Clears transaction state storage.
+ * <ul>
+ * <li>Cancels all current operations (including cursors) with storage
and waits for their completion;</li>
+ * <li>Does not allow operations to be performed (exceptions will be
thrown) with the storage until the cleaning is completed;</li>
+ * <li>Clear storage;</li>
Review Comment:
fix it
--
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]