linliu-code opened a new pull request, #13766: URL: https://github.com/apache/hudi/pull/13766
### Change Logs Each spark executor holds onto it's RemoteHoodieTableFileSystemView object but the view loaded at the client side can mismatch between the client side and one which has been loaded on the server side. Adding a new method in RemoteHoodieTableFileSystemView known as initialiseTimelineInRemoteView which calls TimelineService to re-init the timeline on the server side and re-creates the view. ### Impact Fixes race condition and unblocks ability to run multiple timeline servers. ### Risk level (write none, low medium or high below) Medium, can be rolled back easily using a feature flag. ### Documentation Update The function call initialiseTimelineInRemoteView will be behind a feature flag. hoodie.filesystem.remote.init.timeline.enable ### 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]
