Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TooManyOpenFiles might cause data-loss in ElasticSearch (Lucene) #2812

Closed
s1monw opened this issue Mar 22, 2013 · 0 comments
Closed

TooManyOpenFiles might cause data-loss in ElasticSearch (Lucene) #2812

s1monw opened this issue Mar 22, 2013 · 0 comments

Comments

@s1monw
Copy link
Contributor

s1monw commented Mar 22, 2013

Under certain circumstances a TooManyOpenFiles exception (in Java thrown as FileNotFoundException) might cause data loss where entire shards (lucene indices) are deleted. This is mainly caused by Lucene-4870 - currently all Elasticsearch releases are affected by this.

@ghost ghost assigned s1monw Mar 22, 2013
@s1monw s1monw closed this as completed in 560d2c0 Mar 22, 2013
s1monw added a commit that referenced this issue Mar 22, 2013
…eptions and a but in Lucene's

IndexWriter / DirectoryReader where an existsing index was not detected and then deleted due to a wrong
creation mode. See LUCENE-4870

Closes #2812
mute pushed a commit to mute/elasticsearch that referenced this issue Jul 29, 2015
…eptions and a but in Lucene's

IndexWriter / DirectoryReader where an existsing index was not detected and then deleted due to a wrong
creation mode. See LUCENE-4870

Closes elastic#2812
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant