prashantwason commented on PR #17462:
URL: https://github.com/apache/hudi/pull/17462#issuecomment-3708376542

   > We are using timeline server for this purpose right. So, it should be 
repetitive listing. TLS will be using mdt to load one partition just once and 
for repeated calls from different executor, it will server from its cache. am I 
missing something.
   
   This optimization is primarily for cases when the embedded timeline server 
is not enabled (hoodie.embed.timeline.server=false). In those scenarios, each 
executor would perform its own partition listing. 
   
   One of the code paths where timeline server is not yet available is the 
HoodieReadClient. 
   
   Should I add a check to only preload when TLS is disabled?


-- 
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]

Reply via email to