yihua commented on a change in pull request #4824:
URL: https://github.com/apache/hudi/pull/4824#discussion_r808467182



##########
File path: 
hudi-utilities/src/main/java/org/apache/hudi/utilities/deltastreamer/HoodieDeltaStreamer.java
##########
@@ -684,6 +691,7 @@ public DeltaSync getDeltaSync() {
           }
         } finally {
           shutdownAsyncServices(error);
+          executor.shutdownNow();

Review comment:
       I tried to remove it, but then the DeltaStreamer Spark app would not 
exit.  This is to shut down the DeltaSync service's executor thread pool. 




-- 
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]


Reply via email to