[ 
https://issues.apache.org/jira/browse/SOLR-6506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Zhang Jingpeng updated SOLR-6506:
---------------------------------
    Description: 
 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. 

  was:
when i start up my first  node (solrCloud model )  with " 
-Dshard=shard1,shard2,shard3",but when i start up the second node ,the second 
node  blong to shard1  not individual shard2 , I use 
"http://ip:port/solr/admin/collections?action=CREATESHARD&shard=shard2&collection=mycol";
  to create a new shard also does not effect. 


> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to