tkalkirill commented on code in PR #1556:
URL: https://github.com/apache/ignite-3/pull/1556#discussion_r1083919142
##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/raft/snapshot/incoming/IncomingSnapshotCopier.java:
##########
@@ -226,18 +207,7 @@ private CompletableFuture<?>
prepareTxStatePartitionStorageForRebalance(Executor
return completedFuture(null);
}
- return CompletableFuture.supplyAsync(() ->
partitionSnapshotStorage.partition().reCreateTxStatePartitionStorage(),
executor)
- .thenCompose(txStatePartitionStorage -> {
- if (canceled) {
- return completedFuture(null);
- }
-
-
txStatePartitionStorage.lastApplied(FULL_RABALANCING_STARTED, 0);
-
- LOG.info("Copier prepared transaction state storage for
the partition [partId={}, tableId={}]", partId(), tableId());
Review Comment:
This code will be removed soon, left TODO
--
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]