8000 [BLAZE-978] Avoid recursive stop in BlazeUniffleShuffleWriter to prevent StackOverflowError by merrily01 · Pull Request #979 · kwai/blaze · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[BLAZE-978] Avoid recursive stop in BlazeUniffleShuffleWriter to prevent StackOverflowError #979

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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

merrily01
Copy link
Contributor

Which issue does this PR close?

Closes #978.

Rationale for this change

Recent refactoring (#901) introduced a unified rssStop() mechanism in BlazeRssShuffleWriterBase.
However, BlazeUniffleShuffleWriter still called super.stop(success) in its rssStop() implementation, causing infinite recursion and stack overflow at runtime.

What changes are included in this PR?

A patch will follow to make BlazeUniffleShuffleWriter properly override rssStop() without calling super.stop(success), preventing recursion

Are there any user-facing changes?

No

7F4E
@merrily01 merrily01 marked this pull request as draft May 8, 2025 03:33
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.

BlazeUniffleShuffleWriter causes StackOverflowError due to recursive stop() calls in master branch
1 participant
0