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

Drain client transport when stream ID approaches the max stream ID #5600

Closed
dfawley opened this issue Aug 22, 2022 · 2 comments · Fixed by #5889 or #5948
Closed

Drain client transport when stream ID approaches the max stream ID #5600

dfawley opened this issue Aug 22, 2022 · 2 comments · Fixed by #5889 or #5948
Assignees
Labels
P2 Type: Feature New features or improvements in behavior

Comments

@dfawley
Copy link
Member

dfawley commented Aug 22, 2022

From #5358, we noticed that users may be working around the max stream ID issue by using max connection age, which is not really an intended use case of that feature.

gRPC-Java automatically reconnects when stream IDs are 50% exhausted. We can probably use a higher number than that, but we should have some version of this behavior.

@dfawley dfawley added P2 Type: Feature New features or improvements in behavior labels Aug 22, 2022
@hexfusion
Copy link
Contributor

I would like to take a crack at this, not exactly sure on timing will update here when I have time blocked off.

@easwars
Copy link
Contributor

easwars commented Nov 8, 2022

@hexfusion: since this has become more of a priority for us, we are assigning this to @arvindbr8. Hope you can find some other issue that you are interested in and can contribute. Thank you.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
P2 Type: Feature New features or improvements in behavior
Projects
None yet
4 participants