[improve](mow) merge and remove old version of delete bitmap when cumulative compaction is done #42479
[improve](mow) merge and remove old version of delete bitmap when cumulative compaction is done #42479hust-hhb wants to merge 4 commits intoapache:branch-2.1from
Conversation
…ulative compaction is done
|
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
|
run buildall |
|
|
||
| #pragma once | ||
|
|
||
| #include <stdint.h> |
There was a problem hiding this comment.
warning: inclusion of deprecated C++ header 'stdint.h'; consider using 'cstdint' instead [modernize-deprecated-headers]
| #include <stdint.h> | |
| #include <cstdint> |
| private: | ||
| Status _handle_show_delete_bitmap_count(HttpRequest* req, std::string* json_result); | ||
|
|
||
| private: |
There was a problem hiding this comment.
warning: redundant access specifier has the same accessibility as the previous access specifier [readability-redundant-access-specifiers]
| private: |
Additional context
be/src/http/action/delete_bitmap_action.h:44: previously declared here
private:
^|
TeamCity be ut coverage result: |
|
#40204 is optimized for cloud, we don't need to pick it to 2.1? |
|
run buildall |
|
TeamCity be ut coverage result: |
|
run buildall |
|
TeamCity be ut coverage result: |
pick pr #41636 to branch 2.1