mymeiyi opened a new pull request, #68104: URL: https://github.com/apache/doris/pull/68104
Problem Summary: Lazy commit and missed FE pushes can leave partition caches behind the cached table version, preventing later refreshes. Concurrent refreshes can also mix partition snapshots or tag stale SQL results with a newer table version. Wait for pending transactions, stage partition batches, and publish validated snapshots under the table version lock. Track retries independently of TTL and preserve the table cache until publication; invalidate table and partition caches together on failure. Bypass caches when synchronization is disabled and bound forced synchronization retries. -- 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]
