stream2000 commented on PR #8594: URL: https://github.com/apache/hudi/pull/8594#issuecomment-1600502345
@danny0405 I believe that restarting the coordinator will help stopping the heartbeat timer. In some case when the write task failed we will reset all the read/write operators and start a new instant. If we do not recreate the coordinator, the heartbeat thread will remain in the JVM and keep updating its heartbeat time which could cause archive and clean delay. -- 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]
