From 9135376aed676c93304cb530e03d9c8d9ce0d0c8 Mon Sep 17 00:00:00 2001 From: Hendrik Muhs Date: Fri, 28 Dec 2018 11:15:31 +0100 Subject: [PATCH 1/3] do not return after warning about failed cleanup --- lib/api/CForecastRunner.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/api/CForecastRunner.cc b/lib/api/CForecastRunner.cc index c440739372..eef6cdb258 100644 --- a/lib/api/CForecastRunner.cc +++ b/lib/api/CForecastRunner.cc @@ -222,7 +222,6 @@ void CForecastRunner::forecastWorker() { LOG_WARN(<< "Failed to cleanup temporary data from: " << forecastJob.s_TemporaryFolder << " error " << errorCode.message()); - return; } } } From 89dc02b11eab9d6d06d94359ed00b3f7b7aa5d2d Mon Sep 17 00:00:00 2001 From: Hendrik Muhs Date: Fri, 28 Dec 2018 11:44:37 +0100 Subject: [PATCH 2/3] add changelog entry --- docs/CHANGELOG.asciidoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/CHANGELOG.asciidoc b/docs/CHANGELOG.asciidoc index a73e4f8f48..5f41feab39 100644 --- a/docs/CHANGELOG.asciidoc +++ b/docs/CHANGELOG.asciidoc @@ -42,6 +42,10 @@ Adjust seccomp filter for Fedora 29. {ml-pull}354[#354] === 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. (See {ml-pull}352[352].) + === Regressions == {es} version 6.6.0 From 2ec305ef5077fdee6312b7cbbd70776840f0ce12 Mon Sep 17 00:00:00 2001 From: Hendrik Muhs Date: Mon, 7 Jan 2019 09:59:40 +0100 Subject: [PATCH 3/3] move changelog entry to 6.5.5 --- docs/CHANGELOG.asciidoc | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/CHANGELOG.asciidoc b/docs/CHANGELOG.asciidoc index 5f41feab39..42a1cbace8 100644 --- a/docs/CHANGELOG.asciidoc +++ b/docs/CHANGELOG.asciidoc @@ -42,10 +42,6 @@ Adjust seccomp filter for Fedora 29. {ml-pull}354[#354] === 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. (See {ml-pull}352[352].) - === Regressions == {es} version 6.6.0 @@ -64,6 +60,14 @@ Fix cause of "Sample out of bounds" error message (See {ml-pull}355[355].} === Regressions + == {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. (See {ml-pull}352[352].) + == {es} version 6.5.3 === Bug Fixes