Re: changing state.json using ZKCLI

2017-01-11 Thread Chetas Joshi
Thanks Shawn and Erick! On Wed, Jan 11, 2017 at 6:18 AM, Erick Erickson wrote: > BTW, since Solr 6.2 you can get/put arbitrary znodes using the > bin/solr script with more unix-like commands. To see the options type > bin/solr zk -help > > You can get the same functionality out of either, it's a

Re: changing state.json using ZKCLI

2017-01-11 Thread Erick Erickson
BTW, since Solr 6.2 you can get/put arbitrary znodes using the bin/solr script with more unix-like commands. To see the options type bin/solr zk -help You can get the same functionality out of either, it's a matter of which one you're more comfortable with. Erick On Tue, Jan 10, 2017 at 11:12

Re: changing state.json using ZKCLI

2017-01-10 Thread Shawn Heisey
On 1/10/2017 5:28 PM, Chetas Joshi wrote: > I have got 2 shards having hash range set to null due to some index > corruption. > > I am trying to manually get, edit and put the file. > ./zkcli.sh -zkhost ${zkhost} -cmd putfile ~/colName_state.json > /collections/colName/state.json > > I am getting