elasticsearch/docs/reference/migration
Jason Tedor 6e840b39f5 Remove ability to disable Netty gathering writes
Java NIO has the notion of gathering writes. These are writes that
gather data from multiple buffers into a single channel. These gathering
writes in Netty have been enabled by default with the possibility to
disable them using "es.netty.gathering". This flag was added in case
having gathering writes on by default did not work out. We have not
published this ability and sufficient time has passed to render
judgement that using gathering writes is okay.

Closes #16774
2016-02-22 16:17:44 -08:00
..
migrate_2_0 Change docs example with script on/off to true/false 2016-02-15 17:53:59 +01:00
index.asciidoc Add per-index setting to limit number of nested fields 2016-01-19 10:03:48 +01:00
migrate_1_0.asciidoc Fix typos in docs. 2016-02-09 02:07:32 -08:00
migrate_1_4.asciidoc Remove warmers and the warmer API. 2016-01-07 09:57:07 +01:00
migrate_1_6.asciidoc parent/child: Deprecated the top_children in favour of the has_child query. 2015-05-07 09:27:54 +02:00
migrate_2_0.asciidoc Docs: Made the list of breaking changes in each version more obvious 2015-11-08 12:59:07 +01:00
migrate_2_1.asciidoc Docs: Made the list of breaking changes in each version more obvious 2015-11-08 12:59:07 +01:00
migrate_2_2.asciidoc Merge pull request #16371 from clintongormley/deprecate-multicast 2016-02-02 15:23:58 +01:00
migrate_2_3.asciidoc Add per-index setting to limit number of nested fields 2016-01-19 10:03:48 +01:00
migrate_3_0.asciidoc Remove ability to disable Netty gathering writes 2016-02-22 16:17:44 -08:00