ZihanLi58 commented on a change in pull request #3407:
URL: https://github.com/apache/gobblin/pull/3407#discussion_r722404558
##########
File path:
gobblin-cluster/src/main/java/org/apache/gobblin/cluster/FsJobConfigurationManager.java
##########
@@ -88,6 +88,12 @@ public void run() {
}, 0, this.refreshIntervalInSeconds, TimeUnit.SECONDS);
}
+ @Override
+ protected void shutDown() throws Exception {
Review comment:
No, it does not affect the exiting. It will stop after the whole
container is existed. Just in another issue where AM stuck after existing, I
notice this thread also not been exited, so make this change.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]