We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Exception: org.elasticsearch.index.shard.recovery.RecoveryFailedException: Index Shard [crawled][2]: Recovery failed from [ISAAC] [...] Caused by: org.apache.lucene.store.LockObtainFailedException: Lock obtain timed out: NativeFSLock@/mnt/elasticsearch-0.7.1/work/elasticsearch/indices/cc4a7883-10b1-438d-a844-13930060205e/crawled/2/index/write.lock
happened while bulk-inserting data
The text was updated successfully, but these errors were encountered:
I think this might have to do with AWS. I will change things so there will be, by default, no locking since always a single shard is using the index.
Sorry, something went wrong.
Failed to acquire lock, closed by 26364af.
Disable response metadata cache.
a36de1b
This cache is only used for diagnostic purposes, but can force objects from every response to the old generation. Fixes #193
Merge pull request #193 from elastic/main
1210ae5
🤖 ESQL: Merge upstream
No branches or pull requests
Exception:
org.elasticsearch.index.shard.recovery.RecoveryFailedException: Index Shard [crawled][2]: Recovery failed from [ISAAC]
[...]
Caused by: org.apache.lucene.store.LockObtainFailedException: Lock obtain timed out: NativeFSLock@/mnt/elasticsearch-0.7.1/work/elasticsearch/indices/cc4a7883-10b1-438d-a844-13930060205e/crawled/2/index/write.lock
happened while bulk-inserting data
The text was updated successfully, but these errors were encountered: