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

Elasticserach not start more one instances in single server #695

Open
alexandresavicki opened this issue Nov 30, 2018 · 1 comment
Open
Labels
Bug Something isn't working

Comments

@alexandresavicki
Copy link

When I install more than one instance on the same server, I can only upload one instance.
I began to look at the reason for this problem and found the problem. You are at line 70 of the file / usr / share / elasticsearch / bin / elasticsearch-env
By commenting on this line I managed to raise the instances.
I used this recipe as an example:
https://github.com/elastic/cookbook-elasticsearch/blob/master/test/fixtures/cookbooks/elasticsearch_test/recipes/doubleinstances.rb

martinb3 added a commit that referenced this issue Dec 31, 2019
It looks like there's some additional testing in 7.4.x and 7.5.x we'll need to do, specifically:
- pull the latest packaged init scripts, confirm #726 and #727
- confirm double instances still converges and works #695
- take a look at TravisCI ruby build errors we're seeing in PRs currently
- at some point, also investigate chef 15.x support
@martinb3
Copy link
Contributor

This is probably an issue with newer versions that ship with different init scripts. We'll need to investigate.

@martinb3 martinb3 added Bug Something isn't working helpwanted labels Dec 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants