Uh oh!
There was an error while loading. Please reload this page.
[fix](cloud-mow) MS should create new Transaction to continue geting delete bitmap when encounter TXN_TOO_OLD - #43509
Conversation
doris-robot
commented
Nov 8, 2024
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
hust-hhb
commented
Nov 8, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
hust-hhb
commented
Nov 11, 2024
run buildall |
| SyncPoint::get_instance()->clear_all_call_backs(); | ||
| } | ||
| TEST(MetaServiceTest, GetDeleteBitmapWithRetryTest2) { |
There was a problem hiding this comment.
warning: function 'TEST' exceeds recommended size/complexity thresholds [readability-function-size]
TEST(MetaServiceTest, GetDeleteBitmapWithRetryTest2) {
^Additional context
cloud/test/meta_service_test.cpp:5197: 83 lines including whitespace and comments (threshold 80)
TEST(MetaServiceTest, GetDeleteBitmapWithRetryTest2) {
^PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
Uh oh!
There was an error while loading. Please reload this page.
hust-hhb
commented
Nov 12, 2024
run buildall |
PR approved by at least one committer and no changes requested. |
hust-hhb
commented
Nov 13, 2024
run buildall |
| SyncPoint::get_instance()->clear_all_call_backs(); | ||
| } | ||
| TEST(MetaServiceTest, GetDeleteBitmapWithRetryTest2) { |
There was a problem hiding this comment.
warning: function 'TEST' exceeds recommended size/complexity thresholds [readability-function-size]
TEST(MetaServiceTest, GetDeleteBitmapWithRetryTest2) {
^Additional context
cloud/test/meta_service_test.cpp:5213: 83 lines including whitespace and comments (threshold 80)
TEST(MetaServiceTest, GetDeleteBitmapWithRetryTest2) {
^PR approved by at least one committer and no changes requested. |
…delete bitmap when encounter TXN_TOO_OLD (apache#43509) When delete bitmap count is big, geting delete bitmap may encounter TXN_TOO_OLD, ms should create a new transaction to reading the remaining data instead of returning TXN_TOO_OLD code.
When delete bitmap count is big, geting delete bitmap may encounter TXN_TOO_OLD, ms should create a new transaction to reading the remaining data instead of returning TXN_TOO_OLD code.
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)