Uh oh!
There was an error while loading. Please reload this page.
[v18.x backport] stream: fix deadlock when pipeing to full sink - #49323
Closed
kanongil wants to merge 1 commit into
Closed
[v18.x backport] stream: fix deadlock when pipeing to full sink#49323kanongil wants to merge 1 commit into
kanongil wants to merge 1 commit into
Conversation
nodejs-github-bot
commented
Aug 25, 2023
Collaborator
Review requested:
|
When piping a paused Readable to a full Writable we didn't register a drain listener which cause the src to never resume. Refs: nodejs#48666 PR-URL: nodejs#48691 Backport-PR-URL: nodejs#49323 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
kanongilforce-pushed
the
backport-48691-to-v18.x
branch
from
August 25, 2023 10:03
ddce6c2 to
6cc19d5Comparebenjamingr
commented
Aug 27, 2023
Member
Why does this need a backport PR? Doesn't it land cleanly in v18.x ? |
kanongil
commented
Aug 27, 2023
ContributorAuthor
Yes it does. Just trying to get things moving, looking at instructions here. |
nodejs-github-bot
commented
Sep 7, 2023
Collaborator
ruyadorno
approved these changes
Sep 8, 2023
ruyadorno
commented
Sep 8, 2023
Member
Landed in 097dea0 |
ruyadorno pushed a commit
that referenced
this pull request
Sep 8, 2023
When piping a paused Readable to a full Writable we didn't register a drain listener which cause the src to never resume. Refs: #48666 PR-URL: #48691 Backport-PR-URL: #49323 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
ruyadorno pushed a commit
that referenced
this pull request
Sep 13, 2023
When piping a paused Readable to a full Writable we didn't register a drain listener which cause the src to never resume. Refs: #48666 PR-URL: #48691 Backport-PR-URL: #49323 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When piping a paused Readable to a full Writable we didn't register a drain listener which cause the src to never resume.
Refs: #48666
PR-URL: #48691
Reviewed-By: Benjamin Gruenbaum benjamingr@gmail.com
Reviewed-By: Luigi Pinca luigipinca@gmail.com
Reviewed-By: Matteo Collina matteo.collina@gmail.com