[ 
https://issues.apache.org/jira/browse/SOLR-6506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14134537#comment-14134537
 ] 

Xu Zhang commented on SOLR-6506:
--------------------------------

I'm not sure if this is a bug, collection API works fine for me.

Actually I think the best way to setup collection correctly is by using 
Collection API.



> SolrCloud   route.name=implicit  not effect
> -------------------------------------------
>
>                 Key: SOLR-6506
>                 URL: https://issues.apache.org/jira/browse/SOLR-6506
>             Project: Solr
>          Issue Type: Bug
>          Components: SolrCloud
>    Affects Versions: 4.9
>            Reporter: Zhang Jingpeng
>
>  The first node i start with 
> "java -Xms512m -Xmx1536m -DzkRun -Djetty.port=8983 
> -Dshards=shard1,shard2,shard3 -Droute.name=implicit
> -Dsolr.data.dir=/data/data1 -Dsolr.solr.home=multicore -Dbootstrap_conf=true 
> -DzkHost=localhost:2182 -jar start.jar "
> I want to start up the second node to shard2, but it defaut belong to shard1, 
> the second node command is
> "java -Xms512m -Xmx1536m -Djetty.port=8988 -Dsolr.data.dir=/data/data6 
> -Dsolr.solr.home=multicore -DzkHost=localhost:2182 -jar start.jar"
>  I use  
> "http://ip:port/solr/admin/collections?action=CREATESHARD&shard=shard2&collection=mycol";
>   to create a new shard also does not effect. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to