You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by deniz <de...@gmail.com> on 2012/11/19 04:02:31 UTC

SolrCloud - Zookeeper Questions

Hi All,

I have been digging web for answers to some of my questions in my mind but
till now I am still not clear on them..

first (and main)question is about zookeeper itself.. are there any tutorials
in detail how we can use it with solr other than wikies? SolrCloud wiki page
is useful for sure, but i want to know how to control some operations like
removing a shard/replica temporarily and then adding back again and so on... 
I did some trials for that but basically it was playing with the command
line witb zKClient.sh, which I am not sure if it is the correct was to
administer SolrCloud. 

anyone has experience with zookeeper? 




-----
Zeki ama calismiyor... Calissa yapar...
--
View this message in context: http://lucene.472066.n3.nabble.com/SolrCloud-Zookeeper-Questions-tp4020971.html
Sent from the Solr - User mailing list archive at Nabble.com.

Re: SolrCloud - Zookeeper Questions

Posted by deniz <de...@gmail.com>.
Mark Miller-3 wrote
> On Nov 18, 2012, at 10:02 PM, deniz &lt;

> denizdurmus87@

> &gt; wrote:
> 
>> removing a shard/replica temporarily and then adding back again 
> 
> I'd unload them with http cmds (without using the options that delete
> things on disk) and then create them again when I wanted them back.
> 
> - Mark


so then, the reason zookeeper is a part of SolrCloud is only for storing
config information? 

and instead of using the steps here
http://lucidworks.lucidimagination.com/display/solr/Using+ZooKeeper+to+Manage+Configuration+Files
can we directly change the configs and then reloading by http would do the
new configs valid? 



-----
Zeki ama calismiyor... Calissa yapar...
--
View this message in context: http://lucene.472066.n3.nabble.com/SolrCloud-Zookeeper-Questions-tp4020971p4020981.html
Sent from the Solr - User mailing list archive at Nabble.com.

Re: SolrCloud - Zookeeper Questions

Posted by Mark Miller <ma...@gmail.com>.
On Nov 18, 2012, at 10:02 PM, deniz <de...@gmail.com> wrote:

> removing a shard/replica temporarily and then adding back again 

I'd unload them with http cmds (without using the options that delete things on disk) and then create them again when I wanted them back.

- Mark