Uh oh!
There was an error while loading. Please reload this page.
[cherry-pick](branch-3.0) Pick "[Enhancement](MS) Add fix tablet data size api for meta service (#41782)" - #43460
Conversation
doris-robot
commented
Nov 7, 2024
Thank you for your contribution to Apache Doris. Check List (For Author)
Check List (For Reviewer who merge this PR)
|
Yukang-Lian
commented
Nov 7, 2024
run buildall |
Yukang-Lian
commented
Nov 7, 2024
run buildall |
| @@ -17,13 +17,22 @@ | |||
| #include "meta-service/meta_service_tablet_stats.h" | |||
There was a problem hiding this comment.
warning: 'meta-service/meta_service_tablet_stats.h' file not found [clang-diagnostic-error]
#include"meta-service/meta_service_tablet_stats.h"
^| return st; | ||
| } | ||
| MetaServiceResponseStatus fix_tablet_stats_internal( |
There was a problem hiding this comment.
warning: function 'fix_tablet_stats_internal' exceeds recommended size/complexity thresholds [readability-function-size]
MetaServiceResponseStatus fix_tablet_stats_internal(
^Additional context
cloud/src/meta-service/meta_service_tablet_stats.cpp:196: 125 lines including whitespace and comments (threshold 80)
MetaServiceResponseStatus fix_tablet_stats_internal(
^| @@ -19,6 +19,8 @@ | |||
| #include <gen_cpp/cloud.pb.h> | |||
There was a problem hiding this comment.
warning: 'gen_cpp/cloud.pb.h' file not found [clang-diagnostic-error]
#include<gen_cpp/cloud.pb.h>
^Yukang-Lian
commented
Nov 8, 2024
run cloud_p0 |
Yukang-Lian
commented
Nov 10, 2024
run external |
1 similar comment
Yukang-Lian
commented
Nov 11, 2024
run external |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
Pick #41782