Hi,

I found the email addresses from a slide-share @
http://www.slideshare.net/thelabdude/tjp-solr-webinar. It's very useful. We
are developing SOLR search using CDH4 Cloudera and embedded SOLR
4.4.0-search-1.1.0.

We created a Collection when the cluster had 2 slave nodes. Then two extra
nodes added. In those extra nodes SOLR service runs, but Zoo Keeper service
does not run in those nodes.
Zoo Keeper service runs only in earlier nodes. When cluster had 2 nodes
then indexing tool run successfully. But after adding two nodes when again
indexing tool runs then it throws and error "*no active slice servicing
hashcode*".
The error seems that re-balancing of collection didn't happen after adding
extra SOLR nodes. So when indexing tool runs then tool tries to
shard/distribute the indexing information into extra node(s) which is/are
not aware of that collection
and throws an error. Number of sharding is: 2. Composite routing policy is
used.

My question is, is it possible to re-balancing the collection information
after creating new SOLR nodes?
In your slide share it's written that re-balancing is available in
SOLR-5025, what's SOLR-5025?

Thanks & Regards
Debasis

Reply via email to