Thanks in advance for anyone taking time to read this post and provide
feedback.
We have been using elasticsearch since version 0.17 for our enterprise
web application. As more documents are being indexed, i have
increased the number of nodes to 3 nodes with 6 shards and 2 replicas.
I shutdown the nodes last week as done in the past. But now, when i
brought them back up, i am getting an exception in my JSON structured
query response:
missing: failed to find type loaded for doc [99001]]
}
]
}
hits: {
total: 150006
max_score: 1
hits: [ ]
}
}
i am guessing that 1 of the 6 shards is corrupted/failed? Could
someone please explain why this has happened so that i can avoid
having it happen again, or explain what i need to do in order to
remedy the problem.
Here is some additional index information. I have heard from a co-
worker that 'deleted_docs' can cause issues? is this true?
index: {
Probably should have included this information in the beginning:
Windows 7 64-bit
jdk 1.6 u32 (32-bit)
elasticsearch 0.19
Using Tanuki service wrapper:
set.ELASTIC_HOME=C:\ES\Node1
set.JAVA_HOME=C:\Program Files (x86)\Java\jdk1.6.0_32
wrapper.java.command=%JAVA_HOME%/bin/java
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.