-
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
[fix](cloud) Fix tablet_id is zero when txn lazy commit #42043
Conversation
SWJTU-ZhangLei
commented
Oct 17, 2024
•
edited by gavinchou
Loading
edited by gavinchou
- when recycler and ms convert tmp rowsets at the same times, and finish convert task with different partitions severally, may cause tablet_id variable is zero
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
3a83b42
to
3aea689
Compare
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
1 similar comment
clang-tidy review says "All clean, LGTM! 👍" |
3aea689
to
7c5333b
Compare
clang-tidy review says "All clean, LGTM! 👍" |
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
5a9ba2e
to
27e17c0
Compare
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
27e17c0
to
bf9844d
Compare
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
partition_to_tmp_rowset_metas[tmp_rowset_pb.partition_id()].emplace_back(); | ||
partition_to_tmp_rowset_metas[tmp_rowset_pb.partition_id()].back().first = | ||
tmp_rowset_key; | ||
partition_to_tmp_rowset_metas[tmp_rowset_pb.partition_id()].back().second = | ||
tmp_rowset_pb; | ||
} | ||
|
||
int64_t table_id = -1; |
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.
one-stream-multi-table load?
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.
one-stream-multi-table load?
done
* when ry and ms convert tmp rowsets at the same times, and finish convert task with different partitions severally, may cause tablet_id variable is zero
bf9844d
to
86cf70d
Compare
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
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
* when recycler and ms convert tmp rowsets at the same times, and finish convert task with different partitions severally, may cause tablet_id variable is zero