-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Router watermark crash #1443
Comments
Another dump with different stack:
I think this is basically the same issue. Downstream flow control after upstream stream is gone. I think the fix you are working on now which removes callbacks will fix this also. |
mattklein123
pushed a commit
that referenced
this issue
Aug 16, 2017
This should fix the issue where the router gets a watermark event before it has stats (onAboveWriteBufferHighWatermark before decodeHeaders()) This can happen on muxed H2 where one stream's response causes a high watermark event while another stream is parsing large headers. The fix also addresses passing on high watermark events to the new downstream stream in case of retries. part of #150 Fixes #1447 Fixes #1443
rshriram
pushed a commit
to rshriram/envoy
that referenced
this issue
Oct 30, 2018
jpsim
pushed a commit
that referenced
this issue
Nov 28, 2022
Signed-off-by: Mike Schore <mike.schore@gmail.com> Signed-off-by: JP Simard <jp@jpsim.com>
jpsim
pushed a commit
that referenced
this issue
Nov 29, 2022
Signed-off-by: Mike Schore <mike.schore@gmail.com> Signed-off-by: JP Simard <jp@jpsim.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: