-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
https server will not be impacted by the MaxConcurrentStreams settin… #14081
Conversation
server/embed/serve.go
Outdated
@@ -17,6 +17,7 @@ package embed | |||
import ( | |||
"context" | |||
"fmt" | |||
"golang.org/x/net/http2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
move this to the following block (starting from line 29)
Is it possible to add a repro tests for the problem, to make sure it will not regress and that logic is consistent between http & https. please ? |
I think we could flow recommendations of @ptabor and @ahrtr to make the pull request done:
About the default value, I think it is better to use Next, we can take a benchmark and give recommended value based on hardware. What do you think? @ptabor @ahrtr @serathius |
Would you mind if we update your pull request? We hope to move forward to resolve this issue as soon as possible. |
I think It's OK to set the default value as |
ok |
Oh, I can't push my code. |
You already have permission |
Codecov Report
@@ Coverage Diff @@
## main #14081 +/- ##
==========================================
- Coverage 75.29% 74.95% -0.34%
==========================================
Files 452 453 +1
Lines 36791 36803 +12
==========================================
- Hits 27701 27585 -116
- Misses 7364 7461 +97
- Partials 1726 1757 +31
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
hi @ptabor @ahrtr @serathius |
Please fix the test failures. |
3ce69ff
to
0424af8
Compare
Signed-off-by: nic-chen <chenjunxu6@gmail.com>
any update? Please let me know if you need my help on this PR. |
hi @ahrtr |
Thanks for letting me know. I will get this one resolved next week or the week after the next. |
There is no update on the original PR (see below) for more then 2 weeks. So I continue to work on the PR. The first step is to rebase the PR. ``` etcd-io#14081 ``` Signed-off-by: nic-chen <chenjunxu6@gmail.com> Signed-off-by: Benjamin Wang <wachao@vmware.com>
There is no update on the original PR (see below) for more then 2 weeks. So Benjamin(@ahrtr) continue to work on the PR. The first step is to rebase the PR, because there are lots of conflicts with the main branch. ``` etcd-io#14081 ``` Signed-off-by: nic-chen <chenjunxu6@gmail.com> Signed-off-by: Benjamin Wang <wachao@vmware.com>
There is no update on the original PR (see below) for more then 2 weeks. So Benjamin(@ahrtr) continues to work on the PR. The first step is to rebase the PR, because there are lots of conflicts with the main branch. ``` etcd-io#14081 ``` Signed-off-by: nic-chen <chenjunxu6@gmail.com> Signed-off-by: Benjamin Wang <wachao@vmware.com>
There is no update on the original PR (see below) for more then 2 weeks. So Benjamin(@ahrtr) continues to work on the PR. The first step is to rebase the PR, because there are lots of conflicts with the main branch. The change to go.mod and go.sum reverted, because they are not needed. The e2e test cases are also reverted, because they are not correct. ``` etcd-io#14081 ``` Signed-off-by: nic-chen <chenjunxu6@gmail.com> Signed-off-by: Benjamin Wang <wachao@vmware.com>
There is no update on the original PR (see below) for more then 2 weeks. So Benjamin(@ahrtr) continues to work on the PR. The first step is to rebase the PR, because there are lots of conflicts with the main branch. The change to go.mod and go.sum reverted, because they are not needed. The e2e test cases are also reverted, because they are not correct. ``` etcd-io#14081 ``` Signed-off-by: nic-chen <chenjunxu6@gmail.com> Signed-off-by: Benjamin Wang <wachao@vmware.com>
There is no update on the original PR (see below) for more then 2 weeks. So Benjamin(@ahrtr) continues to work on the PR. The first step is to rebase the PR, because there are lots of conflicts with the main branch. The change to go.mod and go.sum reverted, because they are not needed. The e2e test cases are also reverted, because they are not correct. ``` etcd-io#14081 ``` Signed-off-by: nic-chen <chenjunxu6@gmail.com> Signed-off-by: Benjamin Wang <wachao@vmware.com>
#14169 was merged, so closing this one. |
https server will not be impacted by the MaxConcurrentStreams settings of grpc opts