-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[branch-2.0] Picks "[Fix](partial update) Persist partial_update_info in RocksDB in case of BE restart after a partial update has commited #38331" #39078
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
Conversation
|
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
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
be/src/olap/partial_update_info.h
Outdated
| // under the License. | ||
|
|
||
| #pragma once | ||
| <<<<<<< HEAD |
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: version control conflict marker in file [clang-diagnostic-error]
<<<<<<< HEAD
^| #ifndef DORIS_BE_SRC_OLAP_ROWSET_ROWSET_META_MANAGER_H | ||
| #define DORIS_BE_SRC_OLAP_ROWSET_ROWSET_META_MANAGER_H | ||
|
|
||
| #include <gen_cpp/olap_file.pb.h> |
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: 'gen_cpp/olap_file.pb.h' file not found [clang-diagnostic-error]
#include <gen_cpp/olap_file.pb.h>
^
be/src/olap/rowset_builder.cpp
Outdated
| // specific language governing permissions and limitations | ||
| // under the License. | ||
|
|
||
| #include "olap/rowset_builder.h" |
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: 'olap/rowset_builder.h' file not found [clang-diagnostic-error]
#include "olap/rowset_builder.h"
^f97963f to
df9b0b3
Compare
|
run buildall |
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
|
|
||
| #include "olap/partial_update_info.h" | ||
|
|
||
| #include <gen_cpp/olap_file.pb.h> |
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: 'gen_cpp/olap_file.pb.h' file not found [clang-diagnostic-error]
#include <gen_cpp/olap_file.pb.h>
^| int64_t timestamp_ms, const std::string& timezone, int64_t cur_max_version = -1); | ||
| void to_pb(PartialUpdateInfoPB* partial_update_info) const; | ||
| void from_pb(PartialUpdateInfoPB* partial_update_info); | ||
| std::string summary() const; |
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 'summary' should be marked [[nodiscard]] [modernize-use-nodiscard]
| std::string summary() const; | |
| [[nodiscard]] std::string summary() const; |
b365273 to
48f911e
Compare
|
run buildall |
48f911e to
23a30f3
Compare
|
run buildall |
1 similar comment
|
run buildall |
f93c84f to
edaea0b
Compare
|
run buildall |
edaea0b to
e490ad3
Compare
|
run buildall |
TPC-H: Total hot run time: 50382 ms |
TPC-DS: Total hot run time: 202875 ms |
ClickBench: Total hot run time: 30.93 s |
|
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
|
TeamCity be ut coverage result: |
… in RocksDB in case of BE restart after a partial update has commited apache#38331" (apache#39078) picks apache#38331 and apache#39066
… in RocksDB in case of BE restart after a partial update has commited apache#38331" (apache#39078) picks apache#38331 and apache#39066
picks #38331 and #39066