Uh oh!
There was an error while loading. Please reload this page.
[fix](cloud) change cloud fe getVersion rpc metric to getTableVersion and getPartitionVersion - #60745
Conversation
…d getPartitionVersion
hello-stephen
commented
Feb 13, 2026
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
mymeiyi
commented
Feb 13, 2026
run buildall |
There was a problem hiding this comment.
Pull request overview
This PR improves RPC metrics tracking for cloud mode by differentiating between table version and partition version queries. Previously, both types of version queries were tracked under a single "getVersion" metric, making it difficult to monitor and debug these operations separately.
Changes:
- Modified
getVisibleVersionAsync()to dynamically determine metric name based onisTableVersionfield - Modified
getVersion()to dynamically determine metric name based onisTableVersionfield - Metrics now differentiate between "getTableVersion" and "getPartitionVersion" operations
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
hello-stephen
commented
Feb 13, 2026
FE Regression Coverage ReportIncrement line coverage |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
mymeiyi
commented
Feb 27, 2026
run feut |
mymeiyi
commented
Feb 27, 2026
run performance |
hello-stephen
commented
Feb 27, 2026
FE UT Coverage ReportIncrement line coverage |
doris-robot
commented
Feb 27, 2026
TPC-H: Total hot run time: 28781 ms |
doris-robot
commented
Feb 27, 2026
TPC-DS: Total hot run time: 183602 ms |
Uh oh!
There was an error while loading. Please reload this page.
… and getPartitionVersion (apache#60745)
No description provided.