I was 2% of the way through indexing a column family with solr, and decided to see what would happen if I killed the node. The answer is that after restarting, solr believes it is still indexing, and won't accept further reload commands as a consequence. Where is the "indexing" status stored, and how do I reset it so that I can do a new reload?
↧