You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/09/06 09:01:38 UTC

[GitHub] [hudi] junyuc25 commented on a diff in pull request #6468: [HUDI-4731] Shutdown CloudWatch reporter when query completes

junyuc25 commented on code in PR #6468:
URL: https://github.com/apache/hudi/pull/6468#discussion_r963449470


##########
hudi-utilities/src/main/java/org/apache/hudi/utilities/deltastreamer/HoodieDeltaStreamer.java:
##########
@@ -208,6 +209,7 @@ public void sync() throws Exception {
           throw ex;
         } finally {
           deltaSyncService.ifPresent(DeltaSyncService::close);
+          Metrics.shutdown();

Review Comment:
   Please correct me if I'm wrong. It seems like the DeltaStreamer continuous mode does not have this issue.



-- 
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-unsubscribe@hudi.apache.org

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