-
Notifications
You must be signed in to change notification settings - Fork 3.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
core: delay retriable stream master listener close until all sub streams are closed #9754
Conversation
A very good test case (w/ debug message):
timeline: |
It turns out the sub listener |
That race fix looks right to me. |
This is follow up fix of #9626
This helps to prevent retryable stream from using calloptions.executor when it shouldn't. It is done by delaying notifying upper layer (through masterListener).