morrySnow commented on code in PR #68302:
URL: https://github.com/apache/doris/pull/68302#discussion_r4060320375
##########
fe/fe-core/src/main/java/org/apache/doris/catalog/Env.java:
##########
@@ -3359,6 +3366,17 @@ protected synchronized void runOneCycle() {
break;
} // end switch formerFeType
+ if (!transferCompleted) {
+ // feType represents the last fully initialized FE
state, not merely the latest state
+ // reported by BDB. A non-master transition can be
interrupted when a newer BDB state is
Review Comment:
fix in another PR
--
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]