dao-jun commented on PR #23165: URL: https://github.com/apache/pulsar/pull/23165#issuecomment-2287994077
> > However, netty still has a chance to failed read SO_BACKLOG from `/proc/sys/net/core/somaxconn`, when this exception happens, the SO_BACKLOG value will default set to 128. > > It doesn't make sense, the OS always takes the minimum value. > > BTW, in modern Linux, the `somaxconn` defaults to 4096. I mean when netty fails to read `/proc/sys/net/core/somaxconn`, the default SO_BACKLOG size will be set to 128. Even the OS default value is 4096 -- 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]
