-
Notifications
You must be signed in to change notification settings - Fork 3.7k
branch-3.1: [metrics](warmup) add bvar for skipped warmup rowsets #56301 #56373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
### What problem does this PR solve? Problem Summary: Adds the bvar `file_cache_event_driven_warm_up_skipped_rowset_num` to the source cluster Backend to improve observability of the cache warmup process. During event-driven warmup, rowsets can be skipped if the Backend fails to find the tablet's replica location information from a `TGetTabletReplicaInfosRequest`. This new metric makes it possible to monitor and alert on these events, which helps in diagnosing incomplete cache warmups.
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
run buildall |
TPC-H: Total hot run time: 32705 ms |
TPC-DS: Total hot run time: 193131 ms |
ClickBench: Total hot run time: 29.3 s |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
1 similar comment
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
Cherry-picked from #56301