morrySnow commented on code in PR #64167:
URL: https://github.com/apache/doris/pull/64167#discussion_r3425388725
##########
fe/fe-core/src/main/java/org/apache/doris/persist/OperationType.java:
##########
@@ -424,6 +424,20 @@ public class OperationType {
public static final short OP_CREATE_ROLE_MAPPING = 496;
Review Comment:
🔴 Blocking: Missing FeMetaVersion bump. 11 new edit-log ops (501-511) are
introduced. In a rolling upgrade, an old follower FE will hit the default
branch in EditLog.loadJournal() and crash. Please bump FeMetaVersion and gate
all new replay logic.
--
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]