apurtell opened a new pull request, #4505: URL: https://github.com/apache/hbase/pull/4505
Support site configuration of the bytebuf allocator that Netty will use for NettyRpcServer channels. Property name is `hbase.netty.rpcserver.allocator`. Default is no value, which is equivalent to "pooled". Valid values are: - "pooled": use PooledByteBufAllocator - "unpooled": use UnpooledByteBufAllocator - "heap": use HeapByteBufAllocator, which is a PooledByteBufAllocator that preferentially allocates buffers on heap wherever possible. -- 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]
