-
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
[Enhancement] Add pendingTime/netTime/netComputeTime to queryDetail #53322
Conversation
Signed-off-by: satanson <[email protected]>
c07938e
to
2fa431b
Compare
Quality Gate passedIssues Measures |
[Java-Extensions Incremental Coverage Report]✅ pass : 0 / 0 (0%) |
[FE Incremental Coverage Report]✅ pass : 21 / 26 (80.77%) file detail
|
[BE Incremental Coverage Report]✅ pass : 0 / 0 (0%) |
@Mergifyio backport branch-3.4 |
@Mergifyio backport branch-3.3 |
@Mergifyio backport branch-3.2 |
@Mergifyio backport branch-3.1 |
@Mergifyio backport branch-3.0 |
✅ Backports have been created
|
✅ Backports have been created
|
✅ Backports have been created
|
✅ Backports have been created
|
✅ Backports have been created
|
…53322) Signed-off-by: satanson <[email protected]> (cherry picked from commit 6c556d8)
…53322) Signed-off-by: satanson <[email protected]> (cherry picked from commit 6c556d8)
…53322) Signed-off-by: satanson <[email protected]> (cherry picked from commit 6c556d8) # Conflicts: # fe/fe-core/src/main/java/com/starrocks/common/profile/Tracers.java # fe/fe-core/src/test/java/com/starrocks/qe/QueryDetailQueueTest.java
…53322) Signed-off-by: satanson <[email protected]> (cherry picked from commit 6c556d8) # Conflicts: # fe/fe-core/src/main/java/com/starrocks/common/profile/TimeWatcher.java # fe/fe-core/src/main/java/com/starrocks/common/profile/Tracer.java # fe/fe-core/src/main/java/com/starrocks/common/profile/TracerImpl.java # fe/fe-core/src/main/java/com/starrocks/common/profile/Tracers.java # fe/fe-core/src/main/java/com/starrocks/qe/StmtExecutor.java # fe/fe-core/src/test/java/com/starrocks/qe/QueryDetailQueueTest.java
…53322) Signed-off-by: satanson <[email protected]> (cherry picked from commit 6c556d8) # Conflicts: # fe/fe-core/src/main/java/com/starrocks/common/profile/TimeWatcher.java # fe/fe-core/src/main/java/com/starrocks/common/profile/Tracer.java # fe/fe-core/src/main/java/com/starrocks/common/profile/TracerImpl.java # fe/fe-core/src/main/java/com/starrocks/common/profile/Tracers.java # fe/fe-core/src/main/java/com/starrocks/qe/StmtExecutor.java # fe/fe-core/src/test/java/com/starrocks/qe/QueryDetailQueueTest.java
…backport #53322) (#53378) Co-authored-by: satanson <[email protected]>
…tarRocks#53322) Signed-off-by: satanson <[email protected]>
…backport #53322) (#53377) Co-authored-by: satanson <[email protected]>
Why I'm doing:
Add pendingTime, netTime, netComputeTime to QueryDetail, so we can sort history query list by netTime or netComputeTime in byoc-admin to find out real top-N slow queries.
What I'm doing:
Fixes #issue
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: