xuxiping opened a new issue #708: NamingService 初始化过多导致LOG(FATAL)
URL: https://github.com/apache/incubator-brpc/issues/708
 
 
   **Describe the bug (描述bug)**
   Channel 使用NamingService 初始化, 当Channel过多时导致LOG(FATAL)  进程崩溃。
   pthread_key_create 超过系统限制 1024。
   
https://github.com/apache/incubator-brpc/blob/19f3e87409af789cb17b8ef004b5a5aff7540263/src/butil/containers/doubly_buffered_data.h#L280
   
   **To Reproduce (复现方法)**
   新建超过1024个 NamingService 的Channel。
   
   **Expected behavior (期望行为)**
   不崩溃。
   
   **Versions (各种版本)**
   OS:
   Compiler:
   brpc:
   protobuf:
   
   **Additional context/screenshots (更多上下文/截图)**
   
   
![图片](https://user-images.githubusercontent.com/38487648/55148350-02242680-5183-11e9-8616-0dec88c75e8d.png)
   

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org

Reply via email to