dnishimura commented on a change in pull request #990: SAMZA-2161: Move
ChangelogPartitionManager and CoordinatorStream ConfigReader to MetadataStore.
URL: https://github.com/apache/samza/pull/990#discussion_r274028868
##########
File path:
samza-core/src/main/java/org/apache/samza/clustermanager/ClusterBasedJobCoordinator.java
##########
@@ -258,12 +252,12 @@ public void run() {
Thread.sleep(jobCoordinatorSleepInterval);
} catch (InterruptedException e) {
isInterrupted = true;
- log.error("Interrupted in job coordinator loop", e);
+ LOG.error("Interrupted in job coordinator loop {} ", e);
Thread.currentThread().interrupt();
}
}
} catch (Throwable e) {
- log.error("Exception thrown in the JobCoordinator loop ", e);
+ LOG.error("Exception thrown in the JobCoordinator loop {} ", e);
Review comment:
See error logging comment above on line 255.
----------------------------------------------------------------
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]
With regards,
Apache Git Services