alexr17 opened a new pull request, #13710: URL: https://github.com/apache/hudi/pull/13710
### Change Logs Adds a heartbeat manager for the lock provider with conditional writes. Original PR is here: https://github.com/apache/hudi/pull/12958 See RFC: https://github.com/apache/hudi/pull/12927 ### Impact This heartbeat manager is responsible for maintaining a thread which constantly updates the lock file in storage. The heartbeat manager runs on a thread in same jvm as lock manager/writer client. This allows us to abstract away maintaining the lock from the lock provider. From the perspective of lock provider, all it does is call `heartbeatManager.startHeartbeatForThread(Thread.currentThread())`. ### Risk level (write none, low medium or high below) None ### Documentation Update _Describe any necessary documentation update if there is any new feature, config, or user-facing change. If not, put "none"._ None ### Contributor's checklist - [ ] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute) - [ ] Change Logs and Impact were stated clearly - [ ] Adequate tests were added if applicable - [ ] CI passed -- 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]
