Elasticsearch unstable cluster

No, I don't have any custom non-standard config.
And yes the nodes are running directly on the host

Elasticsearch by default assumes it is the only process running on the host (best practice) and sizes threadpools based on this. This probably means that your threadpools are 8 times as large as they should be, which may be causing issues. As recommended in the documentation (which describes your scenario) you should set the node.processors for all your node, probably to 8 or 9. As noted in the docs, this is considered an expert setting and other settings may need to also be adjusted. I am not familiar with this so will leave that for someones else to guide on.

2 Likes

Yeah as well as the sizing problems that Christian mentioned I wouldn't be surprised to see all sorts of weird contention effects if you just simply run lots of ES nodes on a big NUMA system like this. Tracking down and fixing stuff like this is more of a sysadmin/Cisco setup question than anything specific to ES so you may need to look for a different forum if you need help with that. But basically if something as simple as top -n1 takes tens of seconds to run then there's something deeply wrong with your system.

1 Like

What do you think would be the best practice to install elasticsearch cluster on my servers?
Using Docker maybe?

I'm not sure exactly why you keep on deleting your posts and and then recreating them a few hours/days later, but I suspect you might be doing this to send a duplicate notification to the folks in this thread in the hope of getting more of their attention. If so, that's rather rude, and could be considered a breach of the community code of conduct. We're all just volunteers here, and this kind of behaviour makes us less likely to choose to spend our limited time with you on this question and other questions you might have in future.

I don't have anything more to add here unfortunately, you need to talk to someone with experience of system administration for the system you're using. Your problems aren't really anything to do with Elasticsearch itself, so while it's possible that there's anyone with that experience in this forum, it's also fairly unlikely.

1 Like

No its not what i meant to do, its just because when i do reply to someone in the first time its not showing this:
image

Sorry if it looked weird :pray:

EDIT: just to show you (I did a reply on your comment and its not showing):

Ok, that's expected, you only get this indication if you're replying to a post before the last one in the thread. Please stop doing this in any case.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.