Hi, I’m having some issues with the command CREATE of the CoreAdmin API in solr 4.10.4.
When I try to load a previous unloaded core with CREATE command, the result of this operation is 2 replicas in down state. One with the original coreNodeName set in clusterstate.json and other with an new one. I’m with the new solr.xml format and the core.properties of cores looks like (I set this configuration when upgraded from 4.6.1 in legacy solr.xml to 4.10.4: name=bucket-15_shardX_replicaY shard=shardX collection=bucket-15 The API command looks like: solr/admin/cores?action=CREATE&name=bucket-15_shardX_replicaY&collection=bucket-15&shard=shardX&wt=json What I’m doing wrong? ----- Best regards -- View this message in context: http://lucene.472066.n3.nabble.com/Problem-with-CoreAdmin-API-CREATE-command-tp4229248.html Sent from the Solr - User mailing list archive at Nabble.com.
