Uh oh!
There was an error while loading. Please reload this page.
branch-4.1: [improvement](filecache) limit file cache LRU replay queues #64381 - #64387
Conversation
hello-stephen
commented
Jun 11, 2026
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
hello-stephen
commented
Jun 11, 2026
run buildall |
Problem Summary: File cache LRU log replay needs tighter default replay latency, bounded in-memory queues, and observability for pending block LRU updates and LRU log replay. This change lowers the replay interval default to 1 ms, adds hard caps for the pending block update queue and per-type LRU log queues, preserves existing LRU log backlog when tail recording is disabled, and exposes queue length plus monotonic produce/consume/idle counters. QPS bvars are not added because Prometheus can derive rates from the counters. Tests that depended on background replay timing now use a deterministic single-replay helper with a high background interval.
acf83b2 to
7b78d6fComparefreemandealer
commented
Jun 13, 2026
Fixed branch-4.1 BE/BE UT compile compatibility by removing the master-only The same commit was also pushed to freemandealer:pick-branch-4.1-pr-64387-fix-20260613. run buildall |
freemandealer
commented
Jun 13, 2026
run buildall |
hello-stephen
commented
Jun 13, 2026
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
hello-stephen
commented
Jun 13, 2026
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
freemandealer
commented
Jun 14, 2026
run cloud_p0 |
hello-stephen
commented
Jun 14, 2026
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
Uh oh!
There was an error while loading. Please reload this page.
Cherry-picked from #64381