xy720 opened a new pull request, #54912: URL: https://github.com/apache/doris/pull/54912
### What problem does this PR solve? set config::enable_checker = true; set config::enable_restore_job_check = true; The 511112 is the instance id: ``` curl http://127.0.0.1:5000/vars | grep restore_job | grep 511112 checker_restore_job_committed_state_511112 : 0 checker_restore_job_completed_state_511112 : 269 checker_restore_job_cost_many_time_511112 : 0 checker_restore_job_dropped_state_511112 : 0 checker_restore_job_prepared_state_511112 : 20 checker_restore_job_recycling_state_511112 : 322 ms_commit_restore_job_511112_count : 660 ms_commit_restore_job_511112_latency : 0 ms_commit_restore_job_511112_latency_80 : 0 ms_commit_restore_job_511112_latency_90 : 0 ms_commit_restore_job_511112_latency_99 : 0 ms_commit_restore_job_511112_latency_999 : 0 ms_commit_restore_job_511112_latency_9999 : 0 ms_commit_restore_job_511112_max_latency : 0 ms_commit_restore_job_511112_qps : 0 ms_finish_restore_job_511112_count : 660 ms_finish_restore_job_511112_latency : 0 ms_finish_restore_job_511112_latency_80 : 0 ms_finish_restore_job_511112_latency_90 : 0 ms_finish_restore_job_511112_latency_99 : 0 ms_finish_restore_job_511112_latency_999 : 0 ms_finish_restore_job_511112_latency_9999 : 0 ms_finish_restore_job_511112_max_latency : 0 ms_finish_restore_job_511112_qps : 0 ms_prepare_restore_job_511112_count : 660 ms_prepare_restore_job_511112_latency : 0 ms_prepare_restore_job_511112_latency_80 : 0 ms_prepare_restore_job_511112_latency_90 : 0 ms_prepare_restore_job_511112_latency_99 : 0 ms_prepare_restore_job_511112_latency_999 : 0 ms_prepare_restore_job_511112_latency_9999 : 0 ms_prepare_restore_job_511112_max_latency : 0 ms_prepare_restore_job_511112_qps : 0 ``` ### Release note None ### Check List (For Author) - Test <!-- At least one of them must be included. --> - [ ] Regression test - [x] Unit Test - [ ] Manual test (add detailed scripts or steps below) - [ ] No need to test or manual test. Explain why: - [ ] This is a refactor/code format and no logic has been changed. - [ ] Previous test can cover this change. - [ ] No code files have been changed. - [ ] Other reason <!-- Add your reason? --> - Behavior changed: - [x] No. - [ ] Yes. <!-- Explain the behavior change --> - Does this need documentation? - [x] No. - [ ] Yes. <!-- Add document PR link here. eg: https://github.com/apache/doris-website/pull/1214 --> ### Check List (For Reviewer who merge this PR) - [ ] Confirm the release note - [ ] Confirm test cases - [ ] Confirm document - [ ] Add branch pick label <!-- Add branch pick label that this PR should merge into --> -- 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]
