danny0405 commented on code in PR #6253:
URL: https://github.com/apache/hudi/pull/6253#discussion_r934203476
##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/sink/compact/HoodieFlinkCompactor.java:
##########
@@ -309,7 +297,6 @@ private void compact() throws Exception {
public void shutdownAsyncService(boolean error) {
LOG.info("Gracefully shutting down compactor. Error ?" + error);
executor.shutdown();
- writeClient.close();
}
Review Comment:
So in which step the filesystem is closed in current code base ?
--
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]