gavinchou commented on code in PR #53823:
URL: https://github.com/apache/doris/pull/53823#discussion_r2227623808
##########
fe/fe-core/src/main/java/org/apache/doris/persist/EditLog.java:
##########
@@ -1405,7 +1405,8 @@ public static void loadJournal(Env env, Long logId,
JournalEntity journal) {
break;
}
case OperationType.OP_OPERATE_KEY: {
- //KeyOperationInfo info = (KeyOperationInfo)
journal.getData();
+ KeyOperationInfo info = (KeyOperationInfo)
journal.getData();
+
env.getKeyManager().replaySetRootKey(info.getRootKeyInfo(),
info.getMasterKey());
Review Comment:
replayKeyOperation()
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]