Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allocation: Change high/low watermark defaults for disk based allocation decider #6201

Closed
kevinkluge opened this issue May 16, 2014 · 0 comments · Fixed by #6204
Closed

Allocation: Change high/low watermark defaults for disk based allocation decider #6201

kevinkluge opened this issue May 16, 2014 · 0 comments · Fixed by #6204

Comments

@kevinkluge
Copy link
Member

The current values for

cluster.routing.allocation.disk.watermark.low cluster.routing.allocation.disk.watermark.high

are too low -- 70% and 85%. On a 4 TB disk this means we can leave 1.2 TB unallocated.

We should decide on and implement new, higher defaults. I'll propose low=85% and high=90%.

We should also update the docs as part of this work as they reference the defaults.

dakrone added a commit to dakrone/elasticsearch that referenced this issue Jun 12, 2014
@clintongormley clintongormley changed the title change high/low watermark defaults for disk based allocation decider Allocation: Change high/low watermark defaults for disk based allocation decider Jul 16, 2014
tcucchietti added a commit to tcucchietti/elasticsearch that referenced this issue Nov 20, 2014
Since v1.3.0, and issue elastic#6201, the default values in code and documentation have been updated to 85% and 90% for low and high watermarks. However, the related javadoc still contains the initial values : this commit fix this.
dakrone pushed a commit that referenced this issue Nov 21, 2014
Since v1.3.0, and issue #6201, the default values in code and documentation have been updated to 85% and 90% for low and high watermarks. However, the related javadoc still contains the initial values : this commit fix this.
dakrone pushed a commit that referenced this issue Nov 21, 2014
Since v1.3.0, and issue #6201, the default values in code and documentation have been updated to 85% and 90% for low and high watermarks. However, the related javadoc still contains the initial values : this commit fix this.
dakrone pushed a commit that referenced this issue Nov 21, 2014
Since v1.3.0, and issue #6201, the default values in code and documentation have been updated to 85% and 90% for low and high watermarks. However, the related javadoc still contains the initial values : this commit fix this.
dakrone pushed a commit that referenced this issue Nov 21, 2014
Since v1.3.0, and issue #6201, the default values in code and documentation have been updated to 85% and 90% for low and high watermarks. However, the related javadoc still contains the initial values : this commit fix this.
mute pushed a commit to mute/elasticsearch that referenced this issue Jul 29, 2015
Since v1.3.0, and issue elastic#6201, the default values in code and documentation have been updated to 85% and 90% for low and high watermarks. However, the related javadoc still contains the initial values : this commit fix this.
mute pushed a commit to mute/elasticsearch that referenced this issue Jul 29, 2015
Since v1.3.0, and issue elastic#6201, the default values in code and documentation have been updated to 85% and 90% for low and high watermarks. However, the related javadoc still contains the initial values : this commit fix this.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants