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

Removes space between # and the setting in elasticsearch.yml #20094

Merged
merged 1 commit into from
Aug 22, 2016

Conversation

abeyad
Copy link

@abeyad abeyad commented Aug 21, 2016

Removes the whitespace between the # (to comment out) and
the setting in elasticsearch.yml, so that when a user uncomments
out a setting by just removing the #, the setting actually
takes effect. Before, it was very easy to uncomment out a
setting by just removing the #, leaving a single whitespace
character before the setting name, which would cause the
setting to not get picked up by Elasticsearch.

Closes #20090

the setting in elasticsearch.yml, so that when a user uncomments
out a setting by just removing the #, the setting actually
takes effect. Before, it was very easy to uncomment out a
setting by just removing the #, leaving a single whitespace
character before the setting name, which would cause the
setting to not get picked up by Elasticsearch.

Closes elastic#20090
@abeyad abeyad changed the title Removes space between # and setting in elasticsearch.yml Removes space between # and the setting in elasticsearch.yml Aug 21, 2016
@jpountz
Copy link
Contributor

jpountz commented Aug 22, 2016

LGTM

@abeyad
Copy link
Author

abeyad commented Aug 22, 2016

thank you for the review @jpountz !

@abeyad abeyad merged commit 3d7daa1 into elastic:master Aug 22, 2016
@abeyad abeyad deleted the remove-space-in-es-config branch August 22, 2016 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants