Hi,

I am trying to setup SolrCloud with external zookeeper. Solr 5.2.1 is running 
on host solrtest at port 8080 and zookeeper already contains a config with the 
name customerSolr. When I create a new collection using the CollectionAPI by 
calling the following url:

http://solrtest:8080/solr/admin/collections?action=CREATE&numShards=1&collection.configName=customerSolr&name=gagel";

I get a positive response and the core name "gagel_shard1_replica1" is 
returned. However, the named core is created but not loaded in solr. When I 
trie to manually add the core by using the Core Admin webinterface I get the 
error that the core already exists. After a restart of solr the core is loaded 
correctly.

Can anyone please advise if I am doing something wrong or maybe this is an 
issue in solr 5.2.1?

Best Regards,
  Jens

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

Reply via email to