Varun Thacker created SOLR-8549: ----------------------------------- Summary: Start script could check for cores that have failed to load Key: SOLR-8549 URL: https://issues.apache.org/jira/browse/SOLR-8549 Project: Solr Issue Type: Improvement Reporter: Varun Thacker Assignee: Varun Thacker Priority: Trivial
I ran into this situation where I had started the techproducts example. Then when I restarted the example I made a mistake in my schema and the core failed to load. On restart the start script didn't know that the core was already there and tried to create it again . This failed to but I was left with no example/techproducts/conf folder anymore Steps to reproduce : 1. ./bin/solr start -e techproducts;./bin/solr stop 2. make any mistake in any conf file under example/techproducts/conf/ 3. ./bin/solr start -e techproducts At this point you'll see lots of errors and also no example/techproducts/conf/ to fix the mistake -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org