print image's version when it is higher than FEConstants.meta_version (#10908)
This commit is contained in:
@ -467,7 +467,7 @@ public class EditLog {
|
||||
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);
|
||||
version, FeConstants.meta_version);
|
||||
System.exit(-1);
|
||||
}
|
||||
MetaContext.get().setMetaVersion(version);
|
||||
|
||||
Reference in New Issue
Block a user