yihua commented on a change in pull request #4824:
URL: https://github.com/apache/hudi/pull/4824#discussion_r808565479
##########
File path:
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/async/HoodieAsyncService.java
##########
@@ -109,6 +116,7 @@ public void waitForShutdown() throws ExecutionException,
InterruptedException {
public void shutdown(boolean force) {
if (!shutdownRequested || force) {
shutdownRequested = true;
+ shutdown = true;
Review comment:
I keep the shutdown flag and don't actually touch its related logic. We
can revisit this in a different PR/ticket.
--
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]