[jira] [Commented] (SOLR-7180) MiniSolrCloudCluster should startup and shutdown its jetties in parallel

2015-03-09 Thread ASF subversion and git services (JIRA)

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

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

Commit 1665355 from [~romseygeek] in branch 'dev/branches/branch_5x'
[ https://svn.apache.org/r1665355 ]

SOLR-7180: MiniSolrCloudCluster starts up and shuts down its jetties in parallel

> MiniSolrCloudCluster should startup and shutdown its jetties in parallel
> 
>
> Key: SOLR-7180
> URL: https://issues.apache.org/jira/browse/SOLR-7180
> Project: Solr
>  Issue Type: Improvement
>Reporter: Alan Woodward
>Assignee: Alan Woodward
>Priority: Minor
> Attachments: SOLR-7180.patch, SOLR-7180.patch
>
>
> Followup to SOLR-7179.  Now JettySolrRunner doesn't use sysprops to pass 
> configuration, we can start up multiple runners in parallel.



--
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-7180) MiniSolrCloudCluster should startup and shutdown its jetties in parallel

2015-03-09 Thread ASF subversion and git services (JIRA)

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

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

Commit 1665353 from [~romseygeek] in branch 'dev/trunk'
[ https://svn.apache.org/r1665353 ]

SOLR-7180: MiniSolrCloudCluster starts up and shuts down its jetties in parallel

> MiniSolrCloudCluster should startup and shutdown its jetties in parallel
> 
>
> Key: SOLR-7180
> URL: https://issues.apache.org/jira/browse/SOLR-7180
> Project: Solr
>  Issue Type: Improvement
>Reporter: Alan Woodward
>Assignee: Alan Woodward
>Priority: Minor
> Attachments: SOLR-7180.patch, SOLR-7180.patch
>
>
> Followup to SOLR-7179.  Now JettySolrRunner doesn't use sysprops to pass 
> configuration, we can start up multiple runners in parallel.



--
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-7180) MiniSolrCloudCluster should startup and shutdown its jetties in parallel

2015-03-05 Thread Alan Woodward (JIRA)

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

Alan Woodward commented on SOLR-7180:
-

Calling awaitTermination shouldn't be necessary, because invokeAll() won't 
return until everything has finished, but it won't hurt anything and is a good 
check to have.  I'll add it in.

I didn't use stopJettySolrRunner() because it relies on the position of a Jetty 
in the jettys list, which will not be constant if we're calling it in parallel. 
 It's probably worth clearing the list after everything's done though.

Error handling is a slightly tricky one.  Should we fail startup if one of the 
jetties doesn't start?  The behaviour at the moment isn't great - you'll get an 
exception if one of the starting jetties dies, but the already-started-up ones 
will keep running.  At close, I guess the nicest behaviour would be to collect 
all exceptions from the futures, and throw an IOException with any collected 
exceptions added as suppressed.

> MiniSolrCloudCluster should startup and shutdown its jetties in parallel
> 
>
> Key: SOLR-7180
> URL: https://issues.apache.org/jira/browse/SOLR-7180
> Project: Solr
>  Issue Type: Improvement
>Reporter: Alan Woodward
>Assignee: Alan Woodward
>Priority: Minor
> Attachments: SOLR-7180.patch
>
>
> Followup to SOLR-7179.  Now JettySolrRunner doesn't use sysprops to pass 
> configuration, we can start up multiple runners in parallel.



--
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-7180) MiniSolrCloudCluster should startup and shutdown its jetties in parallel

2015-03-03 Thread JIRA

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

Tomás Fernández Löbbe commented on SOLR-7180:
-

Should we awaitTermination in shutdown too? Also, is there a reason why you 
don't call "stopJettySolrRunner"?

> MiniSolrCloudCluster should startup and shutdown its jetties in parallel
> 
>
> Key: SOLR-7180
> URL: https://issues.apache.org/jira/browse/SOLR-7180
> Project: Solr
>  Issue Type: Improvement
>Reporter: Alan Woodward
>Assignee: Alan Woodward
>Priority: Minor
> Attachments: SOLR-7180.patch
>
>
> Followup to SOLR-7179.  Now JettySolrRunner doesn't use sysprops to pass 
> configuration, we can start up multiple runners in parallel.



--
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-7180) MiniSolrCloudCluster should startup and shutdown its jetties in parallel

2015-03-02 Thread Vamsee Yarlagadda (JIRA)

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

Vamsee Yarlagadda commented on SOLR-7180:
-

LGTM. One small concern.
{quote}
executor.invokeAll(startups);
executor.invokeAll(shutdowns);
{quote}
How do we know whether all the jetty runners came up/shutdown properly? 
invokeAll will return once the Future.isDone() on every task right. But it 
doesn't guarantee that there are no exceptions in the process.


> MiniSolrCloudCluster should startup and shutdown its jetties in parallel
> 
>
> Key: SOLR-7180
> URL: https://issues.apache.org/jira/browse/SOLR-7180
> Project: Solr
>  Issue Type: Improvement
>Reporter: Alan Woodward
>Assignee: Alan Woodward
>Priority: Minor
> Attachments: SOLR-7180.patch
>
>
> Followup to SOLR-7179.  Now JettySolrRunner doesn't use sysprops to pass 
> configuration, we can start up multiple runners in parallel.



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