Uh oh!
There was an error while loading. Please reload this page.
[fix](pipeline) Fix query hang if limited rows is reached - #35466
Conversation
doris-robot
commented
May 27, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
Gabriel39
commented
May 27, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
May 27, 2024
TPC-H: Total hot run time: 40258 ms |
doris-robot
commented
May 27, 2024
TPC-DS: Total hot run time: 173466 ms |
doris-robot
commented
May 27, 2024
ClickBench: Total hot run time: 30.42 s |
doris-robot
commented
May 27, 2024
TeamCity be ut coverage result: |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
## Proposed changes Some operators has limit condition, the source operator should notify the sink operator that limit reached. Although FE has limit logic but it not always send . ## Further comments If this is a relatively large or complex change, kick off the discussion at [dev@doris.apache.org](mailto:dev@doris.apache.org) by explaining why you chose the solution you did and what alternatives you considered, etc...
## Proposed changes Some operators has limit condition, the source operator should notify the sink operator that limit reached. Although FE has limit logic but it not always send . ## Further comments If this is a relatively large or complex change, kick off the discussion at [dev@doris.apache.org](mailto:dev@doris.apache.org) by explaining why you chose the solution you did and what alternatives you considered, etc...
Follow-up for #35466. We should assure closed tasks will not block other tasks.
…35513) Follow-up for apache#35466. We should assure closed tasks will not block other tasks.
Follow-up for #35466. We should assure closed tasks will not block other tasks.
…35513) Follow-up for apache#35466. We should assure closed tasks will not block other tasks.
## Proposed changes Some operators has limit condition, the source operator should notify the sink operator that limit reached. Although FE has limit logic but it not always send . ## Further comments If this is a relatively large or complex change, kick off the discussion at [dev@doris.apache.org](mailto:dev@doris.apache.org) by explaining why you chose the solution you did and what alternatives you considered, etc...
…35513) Follow-up for apache#35466. We should assure closed tasks will not block other tasks.
Proposed changes
Some operators has limit condition, the source operator should notify the sink operator that limit reached.
Although FE has limit logic but it not always send .
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...