Can someone elaborate as to why the exception below is thrown?
[2014-08-11 11:27:41,189][WARN ][cluster.action.shard ] [mycluster]
[all][4] received shard failed for [all][4], node[MLNWasasasWi2V58hRA93mg],
[P], s[INITIALIZING], indexUUID [KSScFASsasas6yTEcK7HqlmA], reason [Failed
to start shard, message [IndexShardGatewayRecoveryException[[all][4] failed
recovery]; nested: EngineCreationFailureException[[all][4] failed to open
reader on writer]; nested:
FileSystemException[/var/lib/elasticsearch/mycluster/nodes/0/indices/all/4/index/_
m4bz_es090_0.tim: Too many open files]; ]] 2:11 /var/lib/elasticsearch
doesn't exist on the nodes
It seems that this particular node is complaining about too many open
files. This usually happens if you have very low limits on your operating
system and/or if you have many shards on a single node. When this happens,
things degrade pretty badly as there is no way to open new files anymore.
Can someone elaborate as to why the exception below is thrown?
[2014-08-11 11:27:41,189][WARN ][cluster.action.shard ] [mycluster]
[all][4] received shard failed for [all][4], node[MLNWasasasWi2V58hRA93mg],
[P], s[INITIALIZING], indexUUID [KSScFASsasas6yTEcK7HqlmA], reason [Failed
to start shard, message [IndexShardGatewayRecoveryException[[all][4] failed
recovery]; nested: EngineCreationFailureException[[all][4] failed to open
reader on writer]; nested:
FileSystemException[/var/lib/elasticsearch/mycluster/nodes/0/indices/all/4/index/_
m4bz_es090_0.tim: Too many open files]; ]] 2:11 /var/lib/elasticsearch
doesn't exist on the nodes
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.