[jira] [Commented] (SOLR-6509) Solr start scripts interactive mode doesn't honor -z argument

2014-10-13 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on SOLR-6509:
---

Commit 1631528 from [~thelabdude] in branch 'dev/branches/lucene_solr_4_10'
[ https://svn.apache.org/r1631528 ]

SOLR-6509, SOLR-6486, SOLR-6549, SOLR-6529: backport recent fixes / 
improvements to the bin/solr scripts for inclusion in 4.10.2 release.

 Solr start scripts interactive mode doesn't honor -z argument
 -

 Key: SOLR-6509
 URL: https://issues.apache.org/jira/browse/SOLR-6509
 Project: Solr
  Issue Type: Bug
  Components: scripts and tools
Affects Versions: 4.10
Reporter: Shalin Shekhar Mangar
Assignee: Timothy Potter
 Fix For: 4.10.2, 5.0

 Attachments: SOLR-6509.patch


 The solr start script ignore -z parameter when combined with -e cloud 
 (interactive cloud mode).
 {code}
 ./bin/solr -z localhost:2181 -e cloud
 Welcome to the SolrCloud example!
 This interactive session will help you launch a SolrCloud cluster on your 
 local workstation.
 To begin, how many Solr nodes would you like to run in your local cluster? 
 (specify 1-4 nodes) [2] 1
 Ok, let's start up 1 Solr nodes for your example SolrCloud cluster.
 Please enter the port for node1 [8983] 
 8983
 Cloning /home/shalin/programs/solr-4.10.1/example into 
 /home/shalin/programs/solr-4.10.1/node1
 Starting up SolrCloud node1 on port 8983 using command:
 solr start -cloud -d node1 -p 8983 
 Waiting to see Solr listening on port 8983 [-]  
 Started Solr server on port 8983 (pid=27291). Happy searching!
 {code}



--
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-6509) Solr start scripts interactive mode doesn't honor -z argument

2014-09-22 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on SOLR-6509:
---

Commit 1626847 from [~thelabdude] in branch 'dev/trunk'
[ https://svn.apache.org/r1626847 ]

SOLR-6509: Solr start scripts interactive mode doesn't honor -z argument

 Solr start scripts interactive mode doesn't honor -z argument
 -

 Key: SOLR-6509
 URL: https://issues.apache.org/jira/browse/SOLR-6509
 Project: Solr
  Issue Type: Bug
  Components: scripts and tools
Affects Versions: 4.10
Reporter: Shalin Shekhar Mangar
Assignee: Timothy Potter
 Attachments: SOLR-6509.patch


 The solr start script ignore -z parameter when combined with -e cloud 
 (interactive cloud mode).
 {code}
 ./bin/solr -z localhost:2181 -e cloud
 Welcome to the SolrCloud example!
 This interactive session will help you launch a SolrCloud cluster on your 
 local workstation.
 To begin, how many Solr nodes would you like to run in your local cluster? 
 (specify 1-4 nodes) [2] 1
 Ok, let's start up 1 Solr nodes for your example SolrCloud cluster.
 Please enter the port for node1 [8983] 
 8983
 Cloning /home/shalin/programs/solr-4.10.1/example into 
 /home/shalin/programs/solr-4.10.1/node1
 Starting up SolrCloud node1 on port 8983 using command:
 solr start -cloud -d node1 -p 8983 
 Waiting to see Solr listening on port 8983 [-]  
 Started Solr server on port 8983 (pid=27291). Happy searching!
 {code}



--
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-6509) Solr start scripts interactive mode doesn't honor -z argument

2014-09-22 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on SOLR-6509:
---

Commit 1626849 from [~thelabdude] in branch 'dev/branches/branch_5x'
[ https://svn.apache.org/r1626849 ]

SOLR-6509: Solr start scripts interactive mode doesn't honor -z argument

 Solr start scripts interactive mode doesn't honor -z argument
 -

 Key: SOLR-6509
 URL: https://issues.apache.org/jira/browse/SOLR-6509
 Project: Solr
  Issue Type: Bug
  Components: scripts and tools
Affects Versions: 4.10
Reporter: Shalin Shekhar Mangar
Assignee: Timothy Potter
 Fix For: 5.0

 Attachments: SOLR-6509.patch


 The solr start script ignore -z parameter when combined with -e cloud 
 (interactive cloud mode).
 {code}
 ./bin/solr -z localhost:2181 -e cloud
 Welcome to the SolrCloud example!
 This interactive session will help you launch a SolrCloud cluster on your 
 local workstation.
 To begin, how many Solr nodes would you like to run in your local cluster? 
 (specify 1-4 nodes) [2] 1
 Ok, let's start up 1 Solr nodes for your example SolrCloud cluster.
 Please enter the port for node1 [8983] 
 8983
 Cloning /home/shalin/programs/solr-4.10.1/example into 
 /home/shalin/programs/solr-4.10.1/node1
 Starting up SolrCloud node1 on port 8983 using command:
 solr start -cloud -d node1 -p 8983 
 Waiting to see Solr listening on port 8983 [-]  
 Started Solr server on port 8983 (pid=27291). Happy searching!
 {code}



--
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-6509) Solr start scripts interactive mode doesn't honor -z argument

2014-09-12 Thread Timothy Potter (JIRA)

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

Timothy Potter commented on SOLR-6509:
--

Good catch! Although I don't know if this qualifies as a major bug in that solr 
-e cloud is intended for running the Solr cloud example, which uses the 
embedded Zk server. I suppose some people might want to point their example 
SolrCloud instance at an existing ZK but that seems like a very rare case. It's 
easy enough to add support for this to the script though

 Solr start scripts interactive mode doesn't honor -z argument
 -

 Key: SOLR-6509
 URL: https://issues.apache.org/jira/browse/SOLR-6509
 Project: Solr
  Issue Type: Bug
  Components: scripts and tools
Affects Versions: 4.10
Reporter: Shalin Shekhar Mangar

 The solr start script ignore -z parameter when combined with -e cloud 
 (interactive cloud mode).
 {code}
 ./bin/solr -z localhost:2181 -e cloud
 Welcome to the SolrCloud example!
 This interactive session will help you launch a SolrCloud cluster on your 
 local workstation.
 To begin, how many Solr nodes would you like to run in your local cluster? 
 (specify 1-4 nodes) [2] 1
 Ok, let's start up 1 Solr nodes for your example SolrCloud cluster.
 Please enter the port for node1 [8983] 
 8983
 Cloning /home/shalin/programs/solr-4.10.1/example into 
 /home/shalin/programs/solr-4.10.1/node1
 Starting up SolrCloud node1 on port 8983 using command:
 solr start -cloud -d node1 -p 8983 
 Waiting to see Solr listening on port 8983 [-]  
 Started Solr server on port 8983 (pid=27291). Happy searching!
 {code}



--
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-6509) Solr start scripts interactive mode doesn't honor -z argument

2014-09-12 Thread Hoss Man (JIRA)

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

Hoss Man commented on SOLR-6509:


bq. Although I don't know if this qualifies as a major bug in that solr -e 
cloud is intended for running the Solr cloud example

my suggestion, to help re-iterate that -e is for example would be to make it 
fail with an error if you try to combine it with other params that are 
definitely not a good idea when running examples.

that said: i'm not convinced that -z is one of those options ... i think we 
should definitely move towards encouraging people to recognize and realize that 
in a real solr setup they should run an external zookeeper quarum, and the 
best way to teach them that is to show documented examples of running zk as an 
external process.

(in fact: now that we have scripts ...  we should stop supporting embedded zk 
completely, and just have the script spin up a single external zk process in 
any situation where it would currently tell solr to do an embedded zk server 
... but that's a tangent that should probably be considered in a distinct issue)

 Solr start scripts interactive mode doesn't honor -z argument
 -

 Key: SOLR-6509
 URL: https://issues.apache.org/jira/browse/SOLR-6509
 Project: Solr
  Issue Type: Bug
  Components: scripts and tools
Affects Versions: 4.10
Reporter: Shalin Shekhar Mangar

 The solr start script ignore -z parameter when combined with -e cloud 
 (interactive cloud mode).
 {code}
 ./bin/solr -z localhost:2181 -e cloud
 Welcome to the SolrCloud example!
 This interactive session will help you launch a SolrCloud cluster on your 
 local workstation.
 To begin, how many Solr nodes would you like to run in your local cluster? 
 (specify 1-4 nodes) [2] 1
 Ok, let's start up 1 Solr nodes for your example SolrCloud cluster.
 Please enter the port for node1 [8983] 
 8983
 Cloning /home/shalin/programs/solr-4.10.1/example into 
 /home/shalin/programs/solr-4.10.1/node1
 Starting up SolrCloud node1 on port 8983 using command:
 solr start -cloud -d node1 -p 8983 
 Waiting to see Solr listening on port 8983 [-]  
 Started Solr server on port 8983 (pid=27291). Happy searching!
 {code}



--
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-6509) Solr start scripts interactive mode doesn't honor -z argument

2014-09-12 Thread Shalin Shekhar Mangar (JIRA)

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

Shalin Shekhar Mangar commented on SOLR-6509:
-

bq. that said: i'm not convinced that -z is one of those options ... i think 
we should definitely move towards encouraging people to recognize and realize 
that in a real solr setup they should run an external zookeeper quarum, and 
the best way to teach them that is to show documented examples of running zk as 
an external process.

+1

We encourage people to use external ZK in any real setting. Our startup scripts 
should also support that scenario.

bq. (in fact: now that we have scripts ... we should stop supporting embedded 
zk completely, and just have the script spin up a single external zk process in 
any situation where it would currently tell solr to do an embedded zk server 
... but that's a tangent that should probably be considered in a distinct issue)

+1 again


 Solr start scripts interactive mode doesn't honor -z argument
 -

 Key: SOLR-6509
 URL: https://issues.apache.org/jira/browse/SOLR-6509
 Project: Solr
  Issue Type: Bug
  Components: scripts and tools
Affects Versions: 4.10
Reporter: Shalin Shekhar Mangar

 The solr start script ignore -z parameter when combined with -e cloud 
 (interactive cloud mode).
 {code}
 ./bin/solr -z localhost:2181 -e cloud
 Welcome to the SolrCloud example!
 This interactive session will help you launch a SolrCloud cluster on your 
 local workstation.
 To begin, how many Solr nodes would you like to run in your local cluster? 
 (specify 1-4 nodes) [2] 1
 Ok, let's start up 1 Solr nodes for your example SolrCloud cluster.
 Please enter the port for node1 [8983] 
 8983
 Cloning /home/shalin/programs/solr-4.10.1/example into 
 /home/shalin/programs/solr-4.10.1/node1
 Starting up SolrCloud node1 on port 8983 using command:
 solr start -cloud -d node1 -p 8983 
 Waiting to see Solr listening on port 8983 [-]  
 Started Solr server on port 8983 (pid=27291). Happy searching!
 {code}



--
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