Questions tagged [splitbrain]
17 questions
0
votes
0 answers
Can elasticsearch instances with different settings join the same cluster?
I have a 2-node ES cluster. I recently enabled scripting using the following:
script:
inline: true
indexed: true
I know this requires me to restart the ES service, so I decided to follow this rolling restartā¦

gerky
- 6,267
- 11
- 55
- 82
0
votes
2 answers
Detecting killed nodes with Akka Cluster
I'm working on a project using Akka Cluster 2.4.8.
Is there a way to detect crashed nodes (as in computer failure, kill -9, etc) with AkkCluster ?
I'm currently have a 3-node environment, using the static-quorum split brain resolveā¦

Tom
- 43,810
- 29
- 138
- 169