You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stress test shows that the client can send many streams at once to server that it exceeds server max stream limit 100. In this case, client will receive rst_stream with internal error.
Per discussion with @ejona86, Java and C use an tentative value of 100 for MAX_CONCURRENT_STREAMS before receiving the initial SETTINGS. This would avoid this situation.
The text was updated successfully, but these errors were encountered:
@menghanl Could we please get a parameter for this? We've been hitting rst_stream on our requsts to Datastore over gRPC and would like to validate if that's the case.
Stress test shows that the client can send many streams at once to server that it exceeds server max stream limit 100. In this case, client will receive rst_stream with internal error.
Per discussion with @ejona86, Java and C use an tentative value of 100 for MAX_CONCURRENT_STREAMS before receiving the initial SETTINGS. This would avoid this situation.
The text was updated successfully, but these errors were encountered: