GOGOYAO opened a new issue #1069: Cannot assign requested address
URL: https://github.com/apache/incubator-brpc/issues/1069
 
 
   **Describe the bug (描述bug)**
   W0321 09:41:31.386391 44601 /tmp/incubator-brpc/src/brpc/socket.cpp:1134] 
Fail to connect to 172.17.0.3:44444: Cannot assign requested address
   
   **To Reproduce (复现方法)**
   
brpc::Channel放在栈空间,也就是说每次请求server的时候,都会构造/析构。当rpc发送一段时间后,就会出这个错误。是因为不断地构造/析构导致的吗
   
   **Expected behavior (期望行为)**
   正常请求
   
   **Versions (各种版本)**
   OS: centos 7.7
   Compiler: gcc 8
   brpc: master最新分支
   protobuf: 3.11
   
   **Additional context/screenshots (更多上下文/截图)**
   
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to