xtern commented on a change in pull request #9240:
URL: https://github.com/apache/ignite/pull/9240#discussion_r680770639



##########
File path: 
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/SnapshotRestoreProcess.java
##########
@@ -86,6 +87,12 @@
     /** Reject operation message. */
     private static final String OP_REJECT_MSG = "Cache group restore operation 
was rejected. ";
 
+    /** Snapshot restore operation finish message. */
+    private static final String OP_FINISHED_MSG = "Successfully restored cache 
group(s) from the snapshot [reqId=%s]";

Review comment:
       These constants were introduced in order to use the same message in logs 
and events. 
   This is how the logging looks now, I don't think there is a problem with 
changing this wording in the log. 
   But I think we must specify the request ID so that we can find the rest of 
the events/log-messages/etc related to this one.




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


Reply via email to