Skip to content

Commit

Permalink
[DOCS] Updates 6.3.2 release notes with PRs from ml-cpp repo (#32334)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl authored Jul 24, 2018
1 parent 64bdeb2 commit e9b6223
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions docs/reference/release-notes/6.3.asciidoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[[release-notes-6.3.2]]
== 6.3.2 Release Notes
== {es} version 6.3.2

Also see <<breaking-changes-6.3>>.

Expand All @@ -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 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]
Expand Down

0 comments on commit e9b6223

Please sign in to comment.