Skip to content

Conversation

@droberts195
Copy link

This new parameter will allow the value of the
xpack.ml.min_disk_space_off_heap Elasticsearch setting
to be propagated to the autodetect process. It will
prevent problems where xpack.ml.min_disk_space_off_heap
has been set to a low value but the previous hardcoded
C++ check still prevented forecasting from working.

Backport of #1556

This new parameter will allow the value of the
xpack.ml.min_disk_space_off_heap Elasticsearch setting
to be propagated to the autodetect process.  It will
prevent problems where xpack.ml.min_disk_space_off_heap
has been set to a low value but the previous hardcoded
C++ check still prevented forecasting from working.

Backport of elastic#1556
@droberts195 droberts195 merged commit ce7c023 into elastic:7.10 Nov 10, 2020
@droberts195 droberts195 deleted the add_min_disk_space_forecast_param_710 branch November 10, 2020 10:53
droberts195 pushed a commit that referenced this pull request Dec 4, 2020
droberts195 pushed a commit to droberts195/ml-cpp that referenced this pull request Dec 4, 2020
Due to a mistake in elastic#1559 the forecast bounds were
reduced from 95% to 0.95%.

This change reinstates the correct bounds, and also
moves the definition of the constant to the maths
library, where it can be used in a unit test that
will fail if it is ever inadvertently changed again.

Fixes elastic#1606
droberts195 pushed a commit that referenced this pull request Dec 7, 2020
Due to a mistake in #1559 the forecast bounds were
reduced from 95% to 0.95%.

This change reinstates the correct bounds, and also
moves the definition of the constant to the maths
library, where it can be used in a unit test that
will fail if it is ever inadvertently changed again.

Fixes #1606
droberts195 pushed a commit to droberts195/ml-cpp that referenced this pull request Dec 7, 2020
Due to a mistake in elastic#1559 the forecast bounds were
reduced from 95% to 0.95%.

This change reinstates the correct bounds, and also
moves the definition of the constant to the maths
library, where it can be used in a unit test that
will fail if it is ever inadvertently changed again.

Backport of elastic#1610
droberts195 pushed a commit that referenced this pull request Dec 7, 2020
Due to a mistake in #1559 the forecast bounds were
reduced from 95% to 0.95%.

This change reinstates the correct bounds, and also
moves the definition of the constant to the maths
library, where it can be used in a unit test that
will fail if it is ever inadvertently changed again.

Backport of #1610
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant