You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2021/08/02 08:21:33 UTC

[GitHub] [ignite] xtern commented on a change in pull request #9240: IGNITE-15062 Events for snapshot restore operation.

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: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org