-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Description
I have three elastic servers all masters having total 32 GB ram each,16 GB allocated to elastic servers.
From last few days any one of three servers randomly automatically goes down and the java.exe is killed automatically.Even no error is logged in elastic search logs.
Am using virtual environment with network file system to store data and logs
Elastic search version is 1.7.0
Indices count:around 300
Total documents in whole elastic search : around 60 million
Below is my config
cluster.name: Cluster1
cluster.routing.allocation.disk.threshold_enabled: false
script.disable_dynamic: false
node.name: "Master1"
node.master: true
node.data: true
index.query.bool.max_clause_count: 50100
indices.fielddata.cache.size: 25%
indices.fielddata.cache.expire: 5m
action.disable_delete_all_indices: true
indices.cluster.send_refresh_mapping: false
index.cache.field.type: soft
path.data: \nas5\Elasticsearch\Data
path.logs: \nas5\Elasticsearch\Logs\Master1
bootstrap.mlockall: true
http.max_content_length: 999mb
indices.recovery.max_bytes_per_sec: 100mb
indices.recovery.concurrent_streams: 5
above config goes same for all three servers Master1,Master2,Master3.