From 766bf4b0a4d0ae54c07b5f3cf1f9e8eccee11801 Mon Sep 17 00:00:00 2001 From: lcawl Date: Wed, 16 Jan 2019 11:33:25 -0800 Subject: [PATCH 1/4] [DOCS] Updates changelog for 6.6.0 --- docs/CHANGELOG.asciidoc | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/CHANGELOG.asciidoc b/docs/CHANGELOG.asciidoc index 3555e25d99..90195fae5a 100644 --- a/docs/CHANGELOG.asciidoc +++ b/docs/CHANGELOG.asciidoc @@ -28,7 +28,7 @@ //=== Regressions - == {es} version 6.6.0 +== {es} version 6.6.0 === Breaking Changes @@ -40,10 +40,20 @@ === Bug Fixes -Fix cause of "Sample out of bounds" error message (See {ml-pull}355[355].} +Fix cause of "Sample out of bounds" error message. {ml-pull}335[335] + +Fix hanging autodetect process after it receives a warning about failed +cleanup of forecasts. {ml-pull}357[#357] (issue: {ml-issue}350[#350]) + +Prevent trend detection during a change in a time series that creates a poorly +reinitialized model. {ml-pull}292[#292] === Regressions +== {es} version 6.5.4 + +=== Bug Fixes + == {es} version 6.5.3 === Bug Fixes From e462155a30760e0aeec263f54d3cf29567b67e3d Mon Sep 17 00:00:00 2001 From: lcawl Date: Wed, 16 Jan 2019 11:41:47 -0800 Subject: [PATCH 2/4] [DOCS] Removes fix shipped in 6.5.0 --- docs/CHANGELOG.asciidoc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/CHANGELOG.asciidoc b/docs/CHANGELOG.asciidoc index 90195fae5a..1bb61989b9 100644 --- a/docs/CHANGELOG.asciidoc +++ b/docs/CHANGELOG.asciidoc @@ -43,10 +43,7 @@ Fix cause of "Sample out of bounds" error message. {ml-pull}335[335] Fix hanging autodetect process after it receives a warning about failed -cleanup of forecasts. {ml-pull}357[#357] (issue: {ml-issue}350[#350]) - -Prevent trend detection during a change in a time series that creates a poorly -reinitialized model. {ml-pull}292[#292] +cleanup of forecasts. {ml-pull}352[#352] (issue: {ml-issue}350[#350]) === Regressions From 2ef7aaacf00c1b9627007d1c5ea17e403c90d2aa Mon Sep 17 00:00:00 2001 From: lcawl Date: Thu, 17 Jan 2019 10:35:59 -0800 Subject: [PATCH 3/4] [DOCS] Addresses feedback --- docs/CHANGELOG.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/CHANGELOG.asciidoc b/docs/CHANGELOG.asciidoc index 00713c0365..1a538260fd 100644 --- a/docs/CHANGELOG.asciidoc +++ b/docs/CHANGELOG.asciidoc @@ -40,10 +40,10 @@ === Bug Fixes -Fix cause of "Sample out of bounds" error message. {ml-pull}335[335] +Fix cause of "Sample out of bounds" error message. {ml-pull}335[#335] -Fix hanging autodetect process after it receives a warning about failed -cleanup of forecasts. {ml-pull}352[#352] (issue: {ml-issue}350[#350]) +Fix hang when closing a job or creating a forecast. This problem occurs +if you created a forecast for a large job and temporary storage was not cleaned up. {ml-pull}352[#352] (issue: {ml-issue}350[#350]) === Regressions From f3203150a991710776fc44fc4f3fe2ad71a95428 Mon Sep 17 00:00:00 2001 From: lcawl Date: Fri, 18 Jan 2019 08:40:04 -0800 Subject: [PATCH 4/4] [DOCS] Remove redundant 6.5.5 PR --- docs/CHANGELOG.asciidoc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/CHANGELOG.asciidoc b/docs/CHANGELOG.asciidoc index 1a538260fd..cc4a31d8ae 100644 --- a/docs/CHANGELOG.asciidoc +++ b/docs/CHANGELOG.asciidoc @@ -49,10 +49,6 @@ if you created a forecast for a large job and temporary storage was not cleaned == {es} version 6.5.5 -=== Bug Fixes -Fix a race condition if a forecast job requires overflowing to disk but cleanup of temporary -storage fails. This can cause the autodetect process to hang on exit, if more forecast requests -are in the queue. {ml-pull}352[#352] == {es} version 6.5.4