sashapolo commented on code in PR #3042:
URL: https://github.com/apache/ignite-3/pull/3042#discussion_r1450469163
##########
modules/metastorage/src/main/java/org/apache/ignite/internal/metastorage/impl/MetaStorageManagerImpl.java:
##########
@@ -449,7 +422,7 @@ public CompletableFuture<Void> deployWatches() {
}
try {
- return recoveryFinishedFuture
+ return recoveryFinishedPublicFuture
.thenAccept(revision -> inBusyLock(busyLock, () -> {
// Meta Storage contract states that all updated
entries under a particular revision must be stored in the Vault.
Review Comment:
Also, this comment is obsolete
--
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]