Re: SOLR cores are getting locked

2017-10-17 Thread Gunalan V
Thanks Erik! I have created separate solr home directory for each solrclound node and looks like now it's working fine. GVK On Mon, Oct 16, 2017 at 9:05 AM, Erick Erickson wrote: > bin/solr start -help > > will give you a lot of info. But yes, the -s option is what

Re: SOLR cores are getting locked

2017-10-16 Thread Erick Erickson
bin/solr start -help will give you a lot of info. But yes, the -s option is what you should use. Here's one of my batch files I used to start various cloud examples: bin/solr start -c -z localhost:2181 -p 898 -s example/cloud/node1/solr On Sun, Oct 15, 2017 at 11:48 PM, Gunalan V

Re: SOLR cores are getting locked

2017-10-16 Thread Gunalan V
Thanks Erick, I'm using the one VM where all SOLRCloud and Zookeeper nodes are running. I have two solr nodes in solrcloud. Just wanted to check do I need to create different solr home directory using -s param for each SOLR nodes ? If yes kindly share me some documentation to configure separate

Re: SOLR cores are getting locked

2017-10-12 Thread Erick Erickson
You might be hitting SOLR-11297, which is fixed in Solr 7.0.1. The patch should back-port cleanly to 6x versions though. Best, Erick On Thu, Oct 12, 2017 at 12:14 AM, Gunalan V wrote: > Hello, > > I'm using SOLR 6.5.1 and I have 2 SOLR nodes in SOLRCloud and created >

SOLR cores are getting locked

2017-10-12 Thread Gunalan V
Hello, I'm using SOLR 6.5.1 and I have 2 SOLR nodes in SOLRCloud and created collection using the below [1] and it was created successfully during initial time but next day I tried to restart the nodes in SOLR cloud. When I start the first node the collection health is active but when I start the