-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
[revert](cloud-merge) Support shadow tablet to do cumulative compaction in cloud mode (apache#37293)" #38828
Conversation
…on in cloud mode (apache#37293)" This reverts commit b58b9e4.
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
run cloud_p0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clang-tidy made some suggestions
} | ||
|
||
Status CloudSchemaChangeJob::_convert_historical_rowsets(const SchemaChangeParams& sc_params, | ||
cloud::TabletJobInfoPB& job) { | ||
Status CloudSchemaChangeJob::_convert_historical_rowsets(const SchemaChangeParams& sc_params) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
warning: function '_convert_historical_rowsets' exceeds recommended size/complexity thresholds [readability-function-size]
Status CloudSchemaChangeJob::_convert_historical_rowsets(const SchemaChangeParams& sc_params) {
^
Additional context
be/src/cloud/cloud_schema_change_job.cpp:181: 205 lines including whitespace and comments (threshold 80)
Status CloudSchemaChangeJob::_convert_historical_rowsets(const SchemaChangeParams& sc_params) {
^
run buildall |
TPC-H: Total hot run time: 41729 ms
|
TPC-DS: Total hot run time: 169641 ms
|
ClickBench: Total hot run time: 29.75 s
|
run cloud_p0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
We have to figure out why it causes a SEGV when running cloud_p0 later
This PR also add some FE log