Uh oh!
There was an error while loading. Please reload this page.
[improve](routine load) introduce routine load abnormal job monitor metrics - #48171
Merged
Conversation
hello-stephen
commented
Feb 21, 2025
Contributor
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
sollhui
commented
Feb 21, 2025
ContributorAuthor
run buildall |
sollhuiforce-pushed
the
rl_abnormal_job_monitor
branch
from
February 21, 2025 03:41
d640074 to
983a4ccComparesollhui
commented
Feb 21, 2025
ContributorAuthor
run buildall |
doris-robot
commented
Feb 21, 2025
TPC-H: Total hot run time: 31586 ms |
doris-robot
commented
Feb 21, 2025
TPC-DS: Total hot run time: 183367 ms |
doris-robot
commented
Feb 21, 2025
ClickBench: Total hot run time: 30.83 s |
sollhuiforce-pushed
the
rl_abnormal_job_monitor
branch
from
February 21, 2025 06:12
983a4cc to
96abe50Comparesollhui
commented
Feb 21, 2025
ContributorAuthor
run buildall |
sollhui
marked this pull request as draft
February 21, 2025 06:17
doris-robot
commented
Feb 21, 2025
TPC-H: Total hot run time: 31192 ms |
doris-robot
commented
Feb 21, 2025
TPC-DS: Total hot run time: 191826 ms |
doris-robot
commented
Feb 21, 2025
ClickBench: Total hot run time: 30.52 s |
sollhui
commented
Feb 26, 2025
ContributorAuthor
run buildall |
sollhui
marked this pull request as ready for review
February 26, 2025 12:05
doris-robot
commented
Feb 26, 2025
TPC-H: Total hot run time: 31668 ms |
doris-robot
commented
Feb 26, 2025
TPC-DS: Total hot run time: 183377 ms |
doris-robot
commented
Feb 26, 2025
ClickBench: Total hot run time: 30.84 s |
sollhui
commented
Feb 27, 2025
ContributorAuthor
run buildall |
doris-robot
commented
Feb 27, 2025
TPC-H: Total hot run time: 31727 ms |
doris-robot
commented
Feb 27, 2025
TPC-DS: Total hot run time: 190321 ms |
doris-robot
commented
Feb 27, 2025
ClickBench: Total hot run time: 31.24 s |
sollhuiforce-pushed
the
rl_abnormal_job_monitor
branch
from
February 28, 2025 10:33
b14ccec to
0ab9771Comparesollhui
commented
Feb 28, 2025
ContributorAuthor
run buildall |
sollhuiforce-pushed
the
rl_abnormal_job_monitor
branch
from
March 1, 2025 02:36
0ab9771 to
0b1ccf5Comparesollhui
commented
Mar 1, 2025
ContributorAuthor
run buildall |
sollhuiforce-pushed
the
rl_abnormal_job_monitor
branch
from
March 1, 2025 02:54
0b1ccf5 to
5156681Comparesollhui
commented
Mar 1, 2025
ContributorAuthor
run buildall |
doris-robot
commented
Mar 1, 2025
TPC-H: Total hot run time: 31608 ms |
sollhui
commented
Mar 12, 2025
ContributorAuthor
run buildall |
1 similar comment
sollhui
commented
Mar 12, 2025
ContributorAuthor
run buildall |
doris-robot
commented
Mar 12, 2025
TPC-H: Total hot run time: 32415 ms |
doris-robot
commented
Mar 12, 2025
TPC-DS: Total hot run time: 191982 ms |
doris-robot
commented
Mar 12, 2025
ClickBench: Total hot run time: 30.76 s |
sollhuiforce-pushed
the
rl_abnormal_job_monitor
branch
from
March 12, 2025 15:10
60f4a49 to
8d8907eComparesollhui
commented
Mar 12, 2025
ContributorAuthor
run buildall |
sollhuiforce-pushed
the
rl_abnormal_job_monitor
branch
from
March 13, 2025 03:20
68015ea to
b95ba3cComparesollhui
commented
Mar 13, 2025
ContributorAuthor
run buildall |
doris-robot
commented
Mar 13, 2025
TPC-H: Total hot run time: 32443 ms |
doris-robot
commented
Mar 13, 2025
TPC-DS: Total hot run time: 191807 ms |
doris-robot
commented
Mar 13, 2025
ClickBench: Total hot run time: 30.7 s |
Contributor
PR approved by at least one committer and no changes requested. |
Contributor
PR approved by anyone and no changes requested. |
github-actionsBot
pushed a commit
that referenced
this pull request
Mar 13, 2025
…etrics (#48171) ### What problem does this PR solve? related #48511 Introduce some metrics so that abnormal routine load jobs can be monitored. **metrics:** 1. On the basis of job state, add two states `USER_PAUSED` and `ABNORMA_PAUSED` ``` { "tags": { "metric":"doris_fe_job", "job":"load", "type":"ROUTINE_LOAD", "state":"ABNORMAL_PAUSED" }, "unit":"nounit", "value":1 }, { "tags": { "metric":"doris_fe_job", "job":"load", "type":"ROUTINE_LOAD", "state":"USER_PAUSED" }, "unit":"nounit", "value":1 }, ``` 2. Sum of all progress of the routine load job ``` doris_fe_routine_load_progress ``` 3. Sum of all lags for the routine load job ``` doris_fe_routine_load_lag ``` 4. Sum of all abort tasks num for the routine load job ``` doris_fe_routine_load_abort_task_num ```
koarz pushed a commit
to koarz/doris
that referenced
this pull request
Jun 4, 2025
…etrics (apache#48171) ### What problem does this PR solve? related apache#48511 Introduce some metrics so that abnormal routine load jobs can be monitored. **metrics:** 1. On the basis of job state, add two states `USER_PAUSED` and `ABNORMA_PAUSED` ``` { "tags": { "metric":"doris_fe_job", "job":"load", "type":"ROUTINE_LOAD", "state":"ABNORMAL_PAUSED" }, "unit":"nounit", "value":1 }, { "tags": { "metric":"doris_fe_job", "job":"load", "type":"ROUTINE_LOAD", "state":"USER_PAUSED" }, "unit":"nounit", "value":1 }, ``` 2. Sum of all progress of the routine load job ``` doris_fe_routine_load_progress ``` 3. Sum of all lags for the routine load job ``` doris_fe_routine_load_lag ``` 4. Sum of all abort tasks num for the routine load job ``` doris_fe_routine_load_abort_task_num ```
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What problem does this PR solve?
related #48511
Introduce some metrics so that abnormal routine load jobs can be monitored.
metrics:
USER_PAUSEDandABNORMA_PAUSEDRelease note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)