nsivabalan commented on issue #13356: URL: https://github.com/apache/hudi/issues/13356#issuecomment-2956572536
hey @gudladona : you might have got the root cause to a fair extent. Our fsv sync on the timeline server might have frequent refresh calls if we are operating w/ all async services. what you have proposed should work and avoids contention to some extent. But still may not completely avoid it, since if the client is having updated timeline, but timeline server is lagging, we have to trigger the refresh and w/ lazy refresh, just when the refresh kicks in, all executor requests has to wait for the refresh to complete. If you get a chance to try out above fix, do let us know how much it could avoid the contention vs baseline. -- 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]
