From 69baaa0be0cb981936dcc8370504392b3b1506e9 Mon Sep 17 00:00:00 2001 From: lcawl Date: Tue, 24 Jul 2018 09:19:58 -0700 Subject: [PATCH 1/2] [DOCS] Adds ml-cpp PRs to 6.3.2 release notes --- docs/reference/release-notes/6.3.asciidoc | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/docs/reference/release-notes/6.3.asciidoc b/docs/reference/release-notes/6.3.asciidoc index e2154b9aa2a25..6afac2cb60379 100644 --- a/docs/reference/release-notes/6.3.asciidoc +++ b/docs/reference/release-notes/6.3.asciidoc @@ -1,5 +1,5 @@ [[release-notes-6.3.2]] -== 6.3.2 Release Notes +== {es} version 6.3.2 Also see <>. @@ -17,9 +17,14 @@ Core:: * Disable C2 from using AVX-512 on JDK 10 {pull}32138[#32138] (issue: {issue}31425[#31425]) Machine Learning:: -* Fix calendar and filter updates from non-master nodes {pull}31804[#31804] (issue: {issue}31803[#31803]) -* Don't treat stale FAILED jobs as OPENING in job allocation {pull}31800[#31800] (issue: {issue}31794[#31794]) -* Rate limit established model memory updates {pull}31768[#31768] +* Fixes calendar and filter updates from non-master nodes {pull}31804[#31804] (issue: {issue}31803[#31803]) +* No longer treats stale FAILED jobs as OPENING in job allocation {pull}31800[#31800] (issue: {issue}31794[#31794]) +* Rate limits established model memory updates {pull}31768[#31768] +* Fixes SIGSEGV when upgrading a job directly from 5.6.10 to 6.3. It also fixes +the upgrade for the trend component model, which was caused large +prediction errors immediately after upgrading. {ml-pull}143[#143] (issue: {ml-issue}141[#141]) +* Fixes issues upgrading the state, which could cause the autodetect process to +crash. {ml-pull}140[#140] (issue: {ml-issue}136[#136]) Recovery:: * X-pack rolling upgrade failures [ISSUE] {pull}31827[#31827] From 5b6caf5fb47b572217c5dab7e3174b0515b801ab Mon Sep 17 00:00:00 2001 From: lcawl Date: Tue, 24 Jul 2018 09:41:05 -0700 Subject: [PATCH 2/2] [DOCS] Fixes typo in release notes --- docs/reference/release-notes/6.3.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/release-notes/6.3.asciidoc b/docs/reference/release-notes/6.3.asciidoc index 6afac2cb60379..64d4e67c96697 100644 --- a/docs/reference/release-notes/6.3.asciidoc +++ b/docs/reference/release-notes/6.3.asciidoc @@ -21,8 +21,8 @@ Machine Learning:: * No longer treats stale FAILED jobs as OPENING in job allocation {pull}31800[#31800] (issue: {issue}31794[#31794]) * Rate limits established model memory updates {pull}31768[#31768] * Fixes SIGSEGV when upgrading a job directly from 5.6.10 to 6.3. It also fixes -the upgrade for the trend component model, which was caused large -prediction errors immediately after upgrading. {ml-pull}143[#143] (issue: {ml-issue}141[#141]) +the upgrade for the trend component model, which caused large prediction errors +immediately after upgrading. {ml-pull}143[#143] (issue: {ml-issue}141[#141]) * Fixes issues upgrading the state, which could cause the autodetect process to crash. {ml-pull}140[#140] (issue: {ml-issue}136[#136])