rpuch commented on code in PR #4433:
URL: https://github.com/apache/ignite-3/pull/4433#discussion_r1793272851


##########
modules/system-disaster-recovery/src/main/java/org/apache/ignite/internal/disaster/system/SystemDisasterRecoveryStorage.java:
##########
@@ -97,4 +101,15 @@ void saveResetClusterMessage(ResetClusterMessage message) {
     public @Nullable ResetClusterMessage readVolatileResetClusterMessage() {
         return volatileResetClusterMessage;
     }
+
+    @Override
+    public @Nullable UUID readWitnessedMetastorageRepairClusterId() {
+        VaultEntry entry = 
vault.get(WITNESSED_METASTORAGE_REPAIR_CLUSTER_ID_VAULT_KEY);

Review Comment:
   We do, take a look at `CmgRaftGroupListener#onSnapshotSave()`



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