sv2000 commented on a change in pull request #3407:
URL: https://github.com/apache/gobblin/pull/3407#discussion_r721912670
##########
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:
Interesting. What happens in the absence of shutdown() method? It was a
little confusing from the PR description - if AM is stopped and the
JobConfigManager continues to check for job specs, does it mean that the AM is
prevented from exiting? Is there any impact on the Gobblin-on-Yarn application
because of 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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]