mymeiyi opened a new pull request, #66296:
URL: https://github.com/apache/doris/pull/66296

   1. Cloud table and partition version synchronization ran every 20 seconds, 
batched up to 2000 version reads, and reused the global Meta Service retry 
limit of 200, which could create high concurrent FDB read pressure and amplify 
failed requests. Increase the sync interval to 60 seconds, reduce the batch 
size to 100, and limit background get-version tasks to 3 attempts without 
changing other callers.
   2. Skip the daemon when both global/default cache TTLs are finite while 
retaining proactive refresh whenever either cache never expires.
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to