apurtell opened a new pull request, #4618: URL: https://github.com/apache/hbase/pull/4618
The configuration settings "hbase.netty.worker.count" and "hbase.netty.eventloop.rpcserver.thread.count" appear to duplicate each other. The latter is not used internally but might have been used by downstreamers because it was exposed by a LP(Config) class. Prefer the former. Keep the latter in place but mark as deprecated. Makes `NettyEventLoopGroupConfig` LP(Config). Also formalizes another setting found in `NettyEventLoopGroupConfig`, "hbase.netty.nativetransport". -- 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]
