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



##########
File path: 
modules/core/src/main/java/org/apache/ignite/internal/managers/encryption/GridEncryptionManager.java
##########
@@ -283,11 +334,17 @@ public GridEncryptionManager(GridKernalContext ctx) {
 
         performMKChangeProc = new DistributedProcess<>(ctx, 
MASTER_KEY_CHANGE_FINISH, this::performMasterKeyChange,
             this::finishPerformMasterKeyChange);
+
+        reencryption = new CacheGroupReencryption(ctx);

Review comment:
       Could you describe in more detail what should we do here?




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


Reply via email to