-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[Feature] Unify load observation interface through information_schema.loads & _statistics_.loads_history (backport #46773) #50853
Conversation
….loads & _statistics_.loads_history (#46773) Signed-off-by: meegoo <[email protected]> (cherry picked from commit cfe6031) # Conflicts: # fe/fe-core/src/main/java/com/starrocks/http/rest/RestBaseAction.java
Cherry-pick of cfe6031 has failed:
To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
@mergify[bot]: Backport conflict, please reslove the conflict and resubmit the pr |
Signed-off-by: meegoo <[email protected]>
Quality Gate passedIssues Measures |
Why I'm doing:
What I'm doing:
Fixes #46775
What type of PR is this:
Does this PR entail a change in behavior?
If yes, please specify the type of change:
Checklist:
Bugfix cherry-pick branch check:
This is an automatic backport of pull request #46773 done by [Mergify](https://mergify.com). ## Why I'm doing: ``` mysql> select * from information_schema.loads where type = 'BROKER' order by scan_rows desc limit 1 \G; *************************** 1. row *************************** ID: 11002 LABEL: lineorder_1720593471 PROFILE_ID: NULL DB_NAME: ssb TABLE_NAME: lineorder USER: root WAREHOUSE: NULL STATE: FINISHED PROGRESS: ETL:100%; LOAD:100% TYPE: BROKER PRIORITY: NORMAL SCAN_ROWS: 6001215 SCAN_BYTES: 598754908 FILTERED_ROWS: 0 UNSELECTED_ROWS: 0 SINK_ROWS: 6001215 RUNTIME_DETAILS: {"backends": {"cd6d9391-605a-4bc3-a3ca-dd95cdb96877": [10001, 10213, 10166]}, "file_size": 588311786, "load_id": "cd6d9391-605a-4bc3-a3ca-dd95cdb96877", "task_num": 1, "txn_id": 53, "unfinished_backends": {"cd6d9391-605a-4bc3-a3ca-dd95cdb96877": []}} CREATE_TIME: 2024-07-10 14:37:51 LOAD_START_TIME: 2024-07-10 14:37:55 LOAD_COMMIT_TIME: 2024-07-10 14:38:09 LOAD_FINISH_TIME: 2024-07-10 14:38:09 PROPERTIES: {"max_filter_ratio": 0, "timeout": 14400} ERROR_MSG: NULL TRACKING_SQL: NULL REJECTED_RECORD_PATH: NULL JOB_ID: 11002 1 row in set (0.03 sec)