vinothchandar commented on a change in pull request #4252:
URL: https://github.com/apache/hudi/pull/4252#discussion_r765451717
##########
File path:
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/AsyncCleanerService.java
##########
@@ -73,6 +73,8 @@ public static void waitForCompletion(AsyncCleanerService
asyncCleanerService) {
asyncCleanerService.waitForShutdown();
} catch (Exception e) {
throw new HoodieException("Error waiting for async cleaning to
finish", e);
+ } finally {
+ asyncCleanerService.shutdown(false);
}
Review comment:
Guess this is the leak
--
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]