CREATEALIAS does not work with more than one collection (Error 503: no servers hosting shard)

2013-09-16 Thread HaiXin Tie
Hello Solr experts, For some strange reason, collection alias does not work in my Solr instance when more than one collection is used. I would appreciate your help. # Here is my setup, which is quite simple: Zookeeper: 3.4.5 (used to upconfig/linkconfig collections and configs for c1 and c2) Sol

Updated: CREATEALIAS does not work with more than one collection (Error 503: no servers hosting shard)

2013-09-16 Thread HaiXin Tie
Sorry but I've fixed some typos, updated text: Hello Solr experts, For some strange reason, collection alias does not work in my Solr instance when more than one collection is used. I would appreciate your help. # Here is my setup, which is quite simple: Zookeeper: 3.4.5 (used to upconfig/linkc

SPLITSHARD failure right before publishing the new sub-shards

2013-09-16 Thread HaiXin Tie
Hi Solr experts, I am using Solr 4.4 with ZK 3.4.5, trying to split "shard1" of a collection named "body". There is only one core on one machine for this collection. When I call SPLITSHARD to split this collection, Solr is able to create two sub-shards, but failed with a NPE in SolrCore.java whil

Re: SPLITSHARD failure right before publishing the new sub-shards

2013-09-17 Thread HaiXin Tie
e great if null checks were there to produce informative error on SolrCore.java, so as to make it easier to find the root cause. http://wiki.apache.org/solr/SolrCloud#Required_Config Regards, HaiXin On 09/16/2013 06:44 PM, HaiXin Tie wrote: Hi Solr experts, I am using Solr 4.4 with ZK 3.4.5,

Re: Updated: CREATEALIAS does not work with more than one collection (Error 503: no servers hosting shard)

2013-09-17 Thread HaiXin Tie
http://wiki.apache.org/solr/SolrCloud#Required_Config Regards, HaiXin On 09/16/2013 04:55 PM, HaiXin Tie wrote: Sorry but I've fixed some typos, updated text: Hello Solr experts, For some strange reason, collection alias does not work in my Solr instance when more than one collection is use