Hello,
one week ago we upgraded our production cluster (running ES 1.7.5) by adding 2 new data nodes to the 2 existing data node. We also have 3 indexing/search nodes.
After adding the 2 new nodes (which are exactly the same Linux centos as the existing ones) and after the shards rebalanced them selves we started to monitor the nodes with HQ plugin.
The 2 "old" nodes stayed stable but the 2 new ones started to behave differently:
and now in the log file we keep getting the exception below:
[2016-03-31 08:57:46,375][WARN ][indices.ttl ] [MSA-ES-CLUSTER_NODE_DATA4] failed to execute ttl purge
org.elasticsearch.index.engine.EngineClosedException: [ubilogs-15.3.2][4] CurrentState[CLOSED]
at org.elasticsearch.index.engine.Engine.ensureOpen(Engine.java:289)
at org.elasticsearch.index.engine.Engine.acquireSearcher(Engine.java:277)
at org.elasticsearch.index.shard.IndexShard.acquireSearcher(IndexShard.java:797)
at org.elasticsearch.index.shard.IndexShard.acquireSearcher(IndexShard.java:792)
at org.elasticsearch.indices.ttl.IndicesTTLService.purgeShards(IndicesTTLService.java:205)
at org.elasticsearch.indices.ttl.IndicesTTLService.access$000(IndicesTTLService.java:69)
at org.elasticsearch.indices.ttl.IndicesTTLService$PurgerThread.run(IndicesTTLService.java:141)
Any idea that could help ?
Antoine