xtern commented on a change in pull request #7941:
URL: https://github.com/apache/ignite/pull/7941#discussion_r504869497
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/util/distributed/DistributedProcess.java
##########
@@ -430,6 +430,16 @@ private Process(UUID id) {
*
* @see IgniteSnapshotManager
*/
- END_SNAPSHOT
+ END_SNAPSHOT,
+
+ /**
+ * Cache group encyption key change prepare phase.
+ */
+ CACHE_GROUP_KEY_CHANGE_PREPARE,
Review comment:
Thanks, good point, but this patch is big enough and this change is not
related to it, so I think it would be better to do it in a separate task.
----------------------------------------------------------------
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]