Need Info for "es.set.netty.runtime.available.processors"

We default it to true because we want the number of processors that Elasticsearch is configured to use (whether through the defaults or explicitly via settings) to be pushed down to size the Netty thread pools. If this setting were to default to false, that would not be the case. As @jpountz mentions, this setting is only for tests and some scenarios with the transport client. For the server, it should remain as true.