denis-chudov commented on code in PR #3591: URL: https://github.com/apache/ignite-3/pull/3591#discussion_r1575792698
########## modules/transactions/src/testFixtures/java/org/apache/ignite/internal/tx/storage/state/test/TestTxStateStorage.java: ########## @@ -108,10 +108,15 @@ public boolean compareAndSet(UUID txId, @Nullable TxState txStateExpected, TxMet } @Override - public void remove(UUID txId) { + public void remove(UUID txId, long commandIndex, long commandTerm) { checkStorageClosedOrInProgressOfRebalance(); storage.remove(txId); + + if (rebalanceFutureReference.get() == null) { + lastAppliedIndex = commandIndex; Review Comment: in any case, the `put` issue is not related to this ticket, let's create a separate one -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org