n3nash commented on a change in pull request #2359:
URL: https://github.com/apache/hudi/pull/2359#discussion_r549997626



##########
File path: 
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/AbstractHoodieWriteClient.java
##########
@@ -875,5 +924,6 @@ public void close() {
     // Calling this here releases any resources used by your index, so make 
sure to finish any related operations
     // before this point
     this.index.close();
+    this.hoodieHeartbeatClient.stop();

Review comment:
       Did not follow, can you explain what you mean by "differentiate from 
other usage" ?




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to