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

Adding env var to ES to stop bootstrap checks #4801

Merged
merged 1 commit into from
Jun 6, 2019
Merged

Conversation

benosteen
Copy link
Contributor

Types of changes

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Description of Change

It causes Elasticsearch to run in a developmental mode, causing some preflight checks to become logged warnings, rather than critical errors. This is to avoid the Elasticsearch service from closing pre-emptively on Docker Hub, as the test host DH uses may have the vm.max_map_count set too low, or a related soft error for a test instance.

Issues Solved

#4800

Checklist

  • Unit tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)

@benosteen benosteen requested a review from veuncent April 24, 2019 23:35
@mradamcox
Copy link
Member

Seems that this is related to #2746

@veuncent veuncent merged commit 85f7a5e into master Jun 6, 2019
@chiatt chiatt deleted the 4800_fix_es_on_DH branch December 4, 2019 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants