sydneyhoran commented on issue #6316:
URL: https://github.com/apache/hudi/issues/6316#issuecomment-1462564388

   After more testing, I believe one more [code 
change](https://github.com/sydneyhoran/hudi/blob/bde3719226bade5bce204cdc0d16fb3874123e0d/hudi-utilities/src/main/java/org/apache/hudi/utilities/deltastreamer/HoodieDeltaStreamer.java#L744)
 is required to stop the async services in other threads when 
NoNewDataTerminationStrategy is reached. Otherwise the background threads 
remained alive and left the spark job running. If you change it to forcefully 
terminate, it threw `sleep interrupted` errors when the Delta Sync thread was 
shut down.


-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to