n3nash commented on a change in pull request #2359:
URL: https://github.com/apache/hudi/pull/2359#discussion_r578080111
##########
File path:
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/AbstractHoodieWriteClient.java
##########
@@ -912,5 +929,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.heartbeatClient.stop();
Review comment:
This is to stop all heartbeats if multiple were started when the client
goes out of scope.
----------------------------------------------------------------
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]