bystorm commented on issue #1561: URL: https://github.com/apache/incubator-brpc/issues/1561#issuecomment-957102561
客户端的connection_type采用pooled方式,当启动多个客户端进程时,会打印: W1102 12:55:20.049485 2285291 src/brpc/socket.cpp:1136] Fail to connect to unix:/etc/local_cache/local_cache.sock: Resource temporarily unavailable W1102 12:55:20.049553 2285292 src/brpc/socket.cpp:1136] Fail to connect to unix:/etc/local_cache/local_cache.sock: Resource temporarily unavailable W1102 12:55:20.049557 2285291 src/brpc/socket.cpp:1136] Fail to connect to unix:/etc/local_cache/local_cache.sock: Resource temporarily unavailable W1102 12:55:20.049775 2285291 src/brpc/socket.cpp:1136] Fail to connect to unix:/etc/local_cache/local_cache.sock: Resource temporarily unavailable W1102 12:55:20.049793 2285292 src/brpc/socket.cpp:1136] Fail to connect to unix:/etc/local_cache/local_cache.sock: Resource temporarily unavailable W1102 12:55:20.049897 2285292 src/brpc/socket.cpp:1136] Fail to connect to unix:/etc/local_cache/local_cache.sock: Resource temporarily unavailable W1102 12:55:20.049926 2285292 src/brpc/socket.cpp:1136] Fail to connect to unix:/etc/local_cache/local_cache.sock: Resource temporarily unavailable 导致连不上,是不是一个uds的fd有限制。 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
