From 6a92ef5def2034d18e0161e82572b41a8c67f309 Mon Sep 17 00:00:00 2001 From: Przemyslaw Gomulka Date: Tue, 29 Sep 2020 16:21:03 +0200 Subject: [PATCH] [doc] 6.8 deprecation logging bug - known issue (#62869) --- docs/reference/release-notes/6.7.asciidoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/reference/release-notes/6.7.asciidoc b/docs/reference/release-notes/6.7.asciidoc index 7f13deff0646d..f4fdd21869acc 100644 --- a/docs/reference/release-notes/6.7.asciidoc +++ b/docs/reference/release-notes/6.7.asciidoc @@ -207,6 +207,13 @@ will remain as `STOPPING` until all policies that do not exist are removed from any indices by using the <>. (issue: {es-issue}/40824[#40824]) +Deprecation Logging:: + +In a mixed cluster environment where one of the nodes is pre 6.7 but coordinating node is already upgraded to 6.7 +an exception will be thrown when a deprecation warning is emitted on pre 6.7 node. +it was introduced by (PR: {es-pull}/37622[#37622]) in order to speed up the performance of header warning parsing. +(issue: {es-issue}/60561[#60561]) + [[breaking-6.7.0]] [float] === Breaking changes