You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/08/01 11:28:18 UTC

[GitHub] [incubator-doris] gengjun-git opened a new issue #4232: BDB meta version log check bug

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] gengjun-git closed issue #4232: BDB meta version log check bug

Posted by GitBox <gi...@apache.org>.
gengjun-git closed issue #4232:
URL: https://github.com/apache/incubator-doris/issues/4232


   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] gengjun-git commented on issue #4232: BDB meta version log check bug

Posted by GitBox <gi...@apache.org>.
gengjun-git commented on issue #4232:
URL: https://github.com/apache/incubator-doris/issues/4232#issuecomment-667798666


   OK


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] morningman commented on issue #4232: BDB meta version log check bug

Posted by GitBox <gi...@apache.org>.
morningman commented on issue #4232:
URL: https://github.com/apache/incubator-doris/issues/4232#issuecomment-667528239


   Yes, you are right. Could you please make a PR to fix this?


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org