tkalkirill commented on code in PR #4602:
URL: https://github.com/apache/ignite-3/pull/4602#discussion_r1808600057


##########
modules/metastorage/src/main/java/org/apache/ignite/internal/metastorage/server/AbstractKeyValueStorage.java:
##########
@@ -104,6 +124,13 @@ protected AbstractKeyValueStorage(String nodeName, 
FailureManager failureManager
     /** Returns key values by revision for operation. */
     protected abstract Value valueForOperation(byte[] key, long revision);
 
+    /**
+     * Returns {@code true} if the storage is in recovery state and the 
watches have not {@link #startWatches started}.
+     *
+     * <p>Method is expected to be invoked under {@link #rwLock}.</p>
+     */
+    protected abstract boolean isRecoveryState();

Review Comment:
   Thanks.



-- 
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

Reply via email to