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

Update elasticsearch to 7.13.2 #316

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft

Update elasticsearch to 7.13.2 #316

wants to merge 5 commits into from

Conversation

k-jell
Copy link
Contributor

@k-jell k-jell commented Jul 14, 2021

closes CRJI/EIC#749

@k-jell k-jell requested a review from gabriel-v July 14, 2021 10:11
@k-jell
Copy link
Contributor Author

k-jell commented Jul 14, 2021

discovery.type="single-node"

We probably need to set the discovery.seed_hosts instead of using this, but I didn't know which value. (https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-discovery-hosts-providers.html)

Copy link
Member

@gabriel-v gabriel-v left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, don't set single-node because we want to be running in multi-node.

Try to give discovery.seed_hosts the IP of the master node only

If that doesn't work out, we can list there the IPs of all the different nodes, but that might not work, because nomad will cascade restart all other services when one of them is restarted - not what we want at all

Also remember to increase the timeouts to something like 10 retries of 45s each, so we end up at around 7min in total

templates/hoover-deps.nomad Outdated Show resolved Hide resolved
@k-jell k-jell requested a review from gabriel-v August 6, 2021 09:03
templates/hoover-deps.nomad Outdated Show resolved Hide resolved
@k-jell k-jell requested a review from gabriel-v August 6, 2021 11:19
@gabriel-v gabriel-v marked this pull request as draft August 12, 2022 10:23
@gabriel-v gabriel-v removed their request for review August 12, 2022 10:23
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.

2 participants