gengjun-git opened a new issue #4232:
URL: https://github.com/apache/incubator-doris/issues/4232


   
https://github.com/apache/incubator-doris/blob/master/fe/fe-core/src/main/java/org/apache/doris/persist/EditLog.java#L515
   Version check using MetaContext seems meaningless. Code should be 
   ```java
            if (version > FeConstants.meta_version) {
                   LOG.error("meta data version is out of date, image: {}. 
meta: {}."
                        + "please update FeConstants.meta_version and restart.",
                        MetaContext.get().getMetaVersion(), 
FeConstants.meta_version);
                   System.exit(-1);
            }
   ```
   


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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to