arjun4084346 commented on code in PR #3606: URL: https://github.com/apache/gobblin/pull/3606#discussion_r1029874269
########## gobblin-runtime/src/main/java/org/apache/gobblin/runtime/AbstractJobLauncher.java: ########## @@ -679,6 +694,7 @@ public void apply(JobListener jobListener, JobContext jobContext) } } } + jobStoppedGracefully = true; Review Comment: Yes, this means that the finally got to execute in a normal way, so shutdown hook should not double try to close again. Did that answer your comment? -- 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: dev-unsubscr...@gobblin.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org