Uh oh!
There was an error while loading. Please reload this page.
[fix](auto-partition) fix auto partition load lost data in multi sender - #35287
Conversation
doris-robot
commented
May 23, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
kaijchen
commented
May 23, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
May 23, 2024
TPC-H: Total hot run time: 41439 ms |
doris-robot
commented
May 23, 2024
TPC-DS: Total hot run time: 169335 ms |
doris-robot
commented
May 23, 2024
ClickBench: Total hot run time: 30.86 s |
doris-robot
commented
May 23, 2024
TeamCity be ut coverage result: |
kaijchen
commented
May 24, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
May 24, 2024
TPC-H: Total hot run time: 41270 ms |
doris-robot
commented
May 24, 2024
TPC-DS: Total hot run time: 171379 ms |
doris-robot
commented
May 24, 2024
ClickBench: Total hot run time: 30.47 s |
doris-robot
commented
May 24, 2024
TeamCity be ut coverage result: |
kaijchen
commented
May 24, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
May 24, 2024
TPC-H: Total hot run time: 41401 ms |
doris-robot
commented
May 24, 2024
TPC-DS: Total hot run time: 168916 ms |
doris-robot
commented
May 24, 2024
TeamCity be ut coverage result: |
doris-robot
commented
May 24, 2024
ClickBench: Total hot run time: 31.17 s |
PR approved by anyone and no changes requested. |
Uh oh!
There was an error while loading. Please reload this page.
kaijchen
commented
May 27, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
May 27, 2024
TeamCity be ut coverage result: |
doris-robot
commented
May 27, 2024
TPC-H: Total hot run time: 40475 ms |
doris-robot
commented
May 27, 2024
TPC-DS: Total hot run time: 172477 ms |
doris-robot
commented
May 27, 2024
ClickBench: Total hot run time: 30.56 s |
PR approved by at least one committer and no changes requested. |
…er (apache#35287) Change `use_cnt` mechanism for incremental (auto partition) channels and streams, it's now dynamically counted. Use `close_wait()` of regular partitions as a synchronize point to make sure all sinks are in close phase before closing any incremental (auto partition) channels and streams. Add dummy (fake) partition and tablet if there is no regular partition in the auto partition table. Replace apache#34740 Co-authored-by: zhaochangle <zhaochangle@selectdb.com>
…er (apache#35287) Change `use_cnt` mechanism for incremental (auto partition) channels and streams, it's now dynamically counted. Use `close_wait()` of regular partitions as a synchronize point to make sure all sinks are in close phase before closing any incremental (auto partition) channels and streams. Add dummy (fake) partition and tablet if there is no regular partition in the auto partition table. Replace apache#34740 Co-authored-by: zhaochangle <zhaochangle@selectdb.com>
…er (#35287) (#35630) ## Proposed changes Change `use_cnt` mechanism for incremental (auto partition) channels and streams, it's now dynamically counted. Use `close_wait()` of regular partitions as a synchronize point to make sure all sinks are in close phase before closing any incremental (auto partition) channels and streams. Add dummy (fake) partition and tablet if there is no regular partition in the auto partition table. Backport #35287 Co-authored-by: zhaochangle <zhaochangle@selectdb.com>
…er (#35287) Change `use_cnt` mechanism for incremental (auto partition) channels and streams, it's now dynamically counted. Use `close_wait()` of regular partitions as a synchronize point to make sure all sinks are in close phase before closing any incremental (auto partition) channels and streams. Add dummy (fake) partition and tablet if there is no regular partition in the auto partition table. Replace #34740 Co-authored-by: zhaochangle <zhaochangle@selectdb.com>
…er (apache#35287) Change `use_cnt` mechanism for incremental (auto partition) channels and streams, it's now dynamically counted. Use `close_wait()` of regular partitions as a synchronize point to make sure all sinks are in close phase before closing any incremental (auto partition) channels and streams. Add dummy (fake) partition and tablet if there is no regular partition in the auto partition table. Replace apache#34740 Co-authored-by: zhaochangle <zhaochangle@selectdb.com>
…er (apache#35287) (apache#35630) ## Proposed changes Change `use_cnt` mechanism for incremental (auto partition) channels and streams, it's now dynamically counted. Use `close_wait()` of regular partitions as a synchronize point to make sure all sinks are in close phase before closing any incremental (auto partition) channels and streams. Add dummy (fake) partition and tablet if there is no regular partition in the auto partition table. Backport apache#35287 Co-authored-by: zhaochangle <zhaochangle@selectdb.com>
…er (apache#35287) Change `use_cnt` mechanism for incremental (auto partition) channels and streams, it's now dynamically counted. Use `close_wait()` of regular partitions as a synchronize point to make sure all sinks are in close phase before closing any incremental (auto partition) channels and streams. Add dummy (fake) partition and tablet if there is no regular partition in the auto partition table. Replace apache#34740 Co-authored-by: zhaochangle <zhaochangle@selectdb.com>
Proposed changes
Change
use_cntmechanism for incremental (auto partition) channels and streams, it's now dynamically counted.Use
close_wait()of regular partitions as a synchronize point to make sure all sinks are in close phase before closing any incremental (auto partition) channels and streams.Add dummy (fake) partition and tablet if there is no regular partition in the auto partition table.
Replace #34740
Co-authored-by: zhaochangle zhaochangle@selectdb.com
Further comments
If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...