[jira] [Commented] (SOLR-6506) SolrCloud route.name=implicit not effect

2014-09-15 Thread Xu Zhang (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-6506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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=CREATESHARDshard=shard2collection=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



[jira] [Commented] (SOLR-6506) SolrCloud route.name=implicit not effect

2014-09-11 Thread Xu Zhang (JIRA)

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

Xu Zhang commented on SOLR-6506:


I think people need more information about your setup or how to reproduce the 
bug. 

If you could provide your bootstrap parameter or some logs would be really 
helpful.

 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

 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=CREATESHARDshard=shard2collection=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



[jira] [Commented] (SOLR-6506) SolrCloud route.name=implicit not effect

2014-09-11 Thread Zhang Jingpeng (JIRA)

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

Zhang Jingpeng commented on SOLR-6506:
--

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

 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

 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=CREATESHARDshard=shard2collection=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