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(stream): release FetchResults if the subsequent fetch fails #2172

Merged
merged 4 commits into from
Nov 22, 2024

Conversation

Chillax-0v0
Copy link
Contributor

fix #2171

@Chillax-0v0 Chillax-0v0 added the bug Something isn't working label Nov 22, 2024
@Chillax-0v0 Chillax-0v0 self-assigned this Nov 22, 2024
@superhx superhx merged commit e9bbf7a into main Nov 22, 2024
6 checks passed
@superhx superhx deleted the fix-memory-leak branch November 22, 2024 09:09
Chillax-0v0 added a commit that referenced this pull request Nov 22, 2024
)

* fix(stream): release `FetchResult`s if the subsequent fetch fails

Signed-off-by: Ning Yu <[email protected]>

* revert: "fix(stream): release `FetchResult`s if the subsequent fetch fails"

This reverts commit 5836a6a.

* refactor: add the `FetchResult` into the list in order rather than in reverse order

Signed-off-by: Ning Yu <[email protected]>

* fix: release `FetchResult`s if failed to fetch

Signed-off-by: Ning Yu <[email protected]>

---------

Signed-off-by: Ning Yu <[email protected]>
Chillax-0v0 added a commit that referenced this pull request Nov 22, 2024
)

* fix(stream): release `FetchResult`s if the subsequent fetch fails

Signed-off-by: Ning Yu <[email protected]>

* revert: "fix(stream): release `FetchResult`s if the subsequent fetch fails"

This reverts commit 5836a6a.

* refactor: add the `FetchResult` into the list in order rather than in reverse order

Signed-off-by: Ning Yu <[email protected]>

* fix: release `FetchResult`s if failed to fetch

Signed-off-by: Ning Yu <[email protected]>

---------

Signed-off-by: Ning Yu <[email protected]>
Chillax-0v0 added a commit that referenced this pull request Nov 22, 2024
)

* fix(stream): release `FetchResult`s if the subsequent fetch fails

Signed-off-by: Ning Yu <[email protected]>

* revert: "fix(stream): release `FetchResult`s if the subsequent fetch fails"

This reverts commit 5836a6a.

* refactor: add the `FetchResult` into the list in order rather than in reverse order

Signed-off-by: Ning Yu <[email protected]>

* fix: release `FetchResult`s if failed to fetch

Signed-off-by: Ning Yu <[email protected]>

---------

Signed-off-by: Ning Yu <[email protected]>
superhx pushed a commit that referenced this pull request Nov 22, 2024
)

fix(stream): release `FetchResult`s if the subsequent fetch fails (#2172)

* fix(stream): release `FetchResult`s if the subsequent fetch fails



* revert: "fix(stream): release `FetchResult`s if the subsequent fetch fails"

This reverts commit 5836a6a.

* refactor: add the `FetchResult` into the list in order rather than in reverse order



* fix: release `FetchResult`s if failed to fetch



---------

Signed-off-by: Ning Yu <[email protected]>
superhx pushed a commit that referenced this pull request Nov 22, 2024
)

fix(stream): release `FetchResult`s if the subsequent fetch fails (#2172)

* fix(stream): release `FetchResult`s if the subsequent fetch fails



* revert: "fix(stream): release `FetchResult`s if the subsequent fetch fails"

This reverts commit 5836a6a.

* refactor: add the `FetchResult` into the list in order rather than in reverse order



* fix: release `FetchResult`s if failed to fetch



---------

Signed-off-by: Ning Yu <[email protected]>
superhx pushed a commit that referenced this pull request Nov 25, 2024
)

fix(stream): release `FetchResult`s if the subsequent fetch fails (#2172)

* fix(stream): release `FetchResult`s if the subsequent fetch fails



* revert: "fix(stream): release `FetchResult`s if the subsequent fetch fails"

This reverts commit 5836a6a.

* refactor: add the `FetchResult` into the list in order rather than in reverse order



* fix: release `FetchResult`s if failed to fetch



---------

Signed-off-by: Ning Yu <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Memory leak caused by partition movement during fetching data
2 participants