From 106582a8edcca88fb1475815bb5c24ab50474ffe Mon Sep 17 00:00:00 2001 From: David Turner Date: Mon, 8 Feb 2021 11:02:36 +0000 Subject: [PATCH] Add #46346 to 7.9 release notes (#68073) In #46346 we changed the distribution of work across event loops but this was marked as a `>non-issue` so did not get a mention in the release notes. However, plugin authors might need to be aware of this change, so this commit records it in the release notes as an enhancement instead. Closes #67960 --- docs/reference/release-notes/7.9.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/reference/release-notes/7.9.asciidoc b/docs/reference/release-notes/7.9.asciidoc index 973a562b615b4..6c536fd34a237 100644 --- a/docs/reference/release-notes/7.9.asciidoc +++ b/docs/reference/release-notes/7.9.asciidoc @@ -561,6 +561,7 @@ Mapping:: Network:: * Make the number of transport threads equal to the number of available CPUs {es-pull}56488[#56488] +* Share Netty event loops between transports {es-pull}46346[#46346] Recovery:: * Implement dangling indices API {es-pull}50920[#50920] (issue: {es-issue}48366[#48366])