alievmirza commented on a change in pull request #160:
URL: https://github.com/apache/ignite-3/pull/160#discussion_r648933569
##########
File path:
modules/metastorage/src/main/java/org/apache/ignite/internal/metastorage/MetaStorageManager.java
##########
@@ -414,6 +437,23 @@ public synchronized void deployWatches() {
return metaStorageSvcFut.thenCompose(MetaStorageService::compact);
}
+ /**
+ * @return Applied revision for {@link VaultManager#putAll(Map, ByteArray,
long)} operation.
+ * @throws IgniteInternalCheckedException If couldn't get applied revision
from vault.
+ */
+ @NotNull private Long appliedRevision() throws
IgniteInternalCheckedException {
Review comment:
done
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]