the-other-tim-brown commented on issue #13356: URL: https://github.com/apache/hudi/issues/13356#issuecomment-2964763587
@hgudladona The timeline server has some issues when running for multiple clients even with the refresh check fix. The concept of "latest" can change during the execution of some code and will cause the client to have an inconsistent view of the table. Longer term, I think the server will need to incorporate the completion time of the last instant from the client into the calls to the file system view combined with changes you recommend above. In the meantime, I have created a patch where the async services will run with new clients. The write clients themselves were not built with thread safety in mind so using the same object across threads may also lead to some problems down the road. https://github.com/apache/hudi/pull/13422 -- 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]
