morningman commented on a change in pull request #313: scheduler routine load
job for stream load
URL: https://github.com/apache/incubator-doris/pull/313#discussion_r233693537
##########
File path: fe/src/main/java/org/apache/doris/persist/EditLog.java
##########
@@ -505,8 +506,8 @@ public static void loadJournal(Catalog catalog,
JournalEntity journal) {
int version = Integer.parseInt(versionString);
if (catalog.getJournalVersion() >
FeConstants.meta_version) {
LOG.error("meta data version is out of date, image:
{}. meta: {}."
- + "please update FeConstants.meta_version and
restart.",
- catalog.getJournalVersion(),
FeConstants.meta_version);
+ + "please update
FeConstants.meta_version and restart.",
+ catalog.getJournalVersion(),
FeConstants.meta_version);
Review comment:
> System.exit?
Yes, this is a fatal error.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]