hansedong commented on issue #7078:
URL: https://github.com/apache/apisix/issues/7078#issuecomment-1245356000

   @Wang-Kai 
   
   The root cause of this problem is ETCD's bug. ETCD's HTTP/2-based `https 
connections` are limited. 
   
   The official version 3.5.5 has not yet been released, but it has been fixed 
in branch 3.4 and a new version 3.4.20 has been released. 
   
   For branch 3.5, you can clone the ETCD source code and compile the 
`release-3.5` branch directly (this branch has fixed the problem of HTTP/2 
connections).
   
   The way to recompile ETCD is as follows:
   
   ```shell
   git checkout release-3.5
   make GOOS=linux GOARCH=amd64
   ```
   
   For more information, check out this issue: 
https://github.com/etcd-io/etcd/pull/14169


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to