Skip to content
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](pipeline) Fix mem control in local exchanger (#38885) #38910

Merged
merged 1 commit into from
Aug 6, 2024

Conversation

Gabriel39
Copy link
Contributor

@Gabriel39 Gabriel39 commented Aug 6, 2024

Proposed changes

If a block (>128M) is dequeue by local exchange source operator and it is the last block, both of source operators and sink operators will be hang. This PR fixed it.

pick #38885

Proposed changes

Issue Number: close #xxx

## Proposed changes

If a block (>128M) is dequeue by local exchange source operator and it
is the last block, both of source operators and sink operators will be
hang. This PR fixed it.

<!--Describe your changes.-->
@doris-robot
Copy link

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR

Since 2024-03-18, the Document has been moved to doris-website.
See Doris Document.

@Gabriel39
Copy link
Contributor Author

run buildall

Copy link
Contributor

github-actions bot commented Aug 6, 2024

clang-tidy review says "All clean, LGTM! 👍"

@doris-robot
Copy link

TeamCity be ut coverage result:
Function Coverage: 36.41% (9268/25457)
Line Coverage: 27.92% (75803/271488)
Region Coverage: 26.77% (38996/145654)
Branch Coverage: 23.49% (19793/84244)
Coverage Report: http://coverage.selectdb-in.cc/coverage/add28659b7a4345706038865b25ffdd3ffc03223_add28659b7a4345706038865b25ffdd3ffc03223/report/index.html

@Gabriel39 Gabriel39 merged commit 28c0510 into apache:branch-2.1 Aug 6, 2024
21 of 23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants