abhishekmjain commented on code in PR #4097: URL: https://github.com/apache/gobblin/pull/4097#discussion_r1956038447
########## gobblin-temporal/src/main/java/org/apache/gobblin/temporal/joblauncher/GobblinJobLauncher.java: ########## @@ -137,13 +137,9 @@ public GobblinJobLauncher(Properties jobProps, Path appWorkDir, @Override public void close() throws IOException { try { - executeCancellation(); Review Comment: Can you elaborate on what documentation you feel should be added? The `executeCancellation` is a No-Op function implemented in `GobblinJobLauncher` -- 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