[jira] [Commented] (SOLR-6125) add SolrConfig/updateHandler/indexWriter/closeWaitsForMerges=FALSE support

2016-01-12 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on SOLR-6125:
--

Github user cpoerschke closed the pull request at:

https://github.com/apache/lucene-solr/pull/55


> add SolrConfig/updateHandler/indexWriter/closeWaitsForMerges=FALSE support
> --
>
> Key: SOLR-6125
> URL: https://issues.apache.org/jira/browse/SOLR-6125
> Project: Solr
>  Issue Type: Improvement
>Reporter: Christine Poerschke
>Assignee: Alan Woodward
>Priority: Minor
>
> The problem we saw was slow stopping of the overseer solr instance because it 
> was in the middle of a big merge.



--
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-6125) add SolrConfig/updateHandler/indexWriter/closeWaitsForMerges=FALSE support

2014-06-23 Thread Hoss Man (JIRA)

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

Hoss Man commented on SOLR-6125:


Why is there no test for this?

And why was the xpath updateHandler/indexWriter/closeWaitsForMerges chosen 
for this? ... there has never been a updateHandler/indexWriter section 
before, and now there is but it only has a single setting under it? that seems 
weird.

 add SolrConfig/updateHandler/indexWriter/closeWaitsForMerges=FALSE support
 --

 Key: SOLR-6125
 URL: https://issues.apache.org/jira/browse/SOLR-6125
 Project: Solr
  Issue Type: Improvement
Reporter: Christine Poerschke
Assignee: Alan Woodward
Priority: Minor

 The problem we saw was slow stopping of the overseer solr instance because it 
 was in the middle of a big merge.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

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



[jira] [Commented] (SOLR-6125) add SolrConfig/updateHandler/indexWriter/closeWaitsForMerges=FALSE support

2014-06-23 Thread Hoss Man (JIRA)

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

Hoss Man commented on SOLR-6125:


This is already in 4.9, but i really think we should try to make it more 
consistent with the other configs options before 4.10.

filed SOLR-6195 to try and do that.

 add SolrConfig/updateHandler/indexWriter/closeWaitsForMerges=FALSE support
 --

 Key: SOLR-6125
 URL: https://issues.apache.org/jira/browse/SOLR-6125
 Project: Solr
  Issue Type: Improvement
Reporter: Christine Poerschke
Assignee: Alan Woodward
Priority: Minor

 The problem we saw was slow stopping of the overseer solr instance because it 
 was in the middle of a big merge.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

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



[jira] [Commented] (SOLR-6125) add SolrConfig/updateHandler/indexWriter/closeWaitsForMerges=FALSE support

2014-06-18 Thread ASF subversion and git services (JIRA)

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

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

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

SOLR-6125: Allow SolrIndexWriter to close without waiting for merges

 add SolrConfig/updateHandler/indexWriter/closeWaitsForMerges=FALSE support
 --

 Key: SOLR-6125
 URL: https://issues.apache.org/jira/browse/SOLR-6125
 Project: Solr
  Issue Type: Improvement
Reporter: Christine Poerschke
Assignee: Alan Woodward
Priority: Minor

 The problem we saw was slow stopping of the overseer solr instance because it 
 was in the middle of a big merge.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

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



[jira] [Commented] (SOLR-6125) add SolrConfig/updateHandler/indexWriter/closeWaitsForMerges=FALSE support

2014-06-18 Thread ASF subversion and git services (JIRA)

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

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

Commit 1603604 from [~romseygeek] in branch 'dev/branches/lucene_solr_4_9'
[ https://svn.apache.org/r1603604 ]

SOLR-6125: Allow SolrIndexWriter to close without waiting for merges

 add SolrConfig/updateHandler/indexWriter/closeWaitsForMerges=FALSE support
 --

 Key: SOLR-6125
 URL: https://issues.apache.org/jira/browse/SOLR-6125
 Project: Solr
  Issue Type: Improvement
Reporter: Christine Poerschke
Assignee: Alan Woodward
Priority: Minor

 The problem we saw was slow stopping of the overseer solr instance because it 
 was in the middle of a big merge.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

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



[jira] [Commented] (SOLR-6125) add SolrConfig/updateHandler/indexWriter/closeWaitsForMerges=FALSE support

2014-06-18 Thread ASF subversion and git services (JIRA)

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

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

Commit 1603601 from [~romseygeek] in branch 'dev/branches/branch_4x'
[ https://svn.apache.org/r1603601 ]

SOLR-6125: Allow SolrIndexWriter to close without waiting for merges

 add SolrConfig/updateHandler/indexWriter/closeWaitsForMerges=FALSE support
 --

 Key: SOLR-6125
 URL: https://issues.apache.org/jira/browse/SOLR-6125
 Project: Solr
  Issue Type: Improvement
Reporter: Christine Poerschke
Assignee: Alan Woodward
Priority: Minor

 The problem we saw was slow stopping of the overseer solr instance because it 
 was in the middle of a big merge.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

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



[jira] [Commented] (SOLR-6125) add SolrConfig/updateHandler/indexWriter/closeWaitsForMerges=FALSE support

2014-05-30 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on SOLR-6125:
--

GitHub user cpoerschke opened a pull request:

https://github.com/apache/lucene-solr/pull/55

add SolrConfig/updateHandler/indexWriter/closeWaitsForMerges=FALSE support

For https://issues.apache.org/jira/i#browse/SOLR-6125 ticket.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/bloomberg/lucene-solr 
trunk-closeWaitsForMerges

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/lucene-solr/pull/55.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #55


commit d8e6b676b9b3f5b8e9767a2e8b266d17a01d92f5
Author: Christine Poerschke cpoersc...@bloomberg.net
Date:   2014-05-30T08:32:50Z

solr: add SolrConfig/updateHandler/indexWriter/closeWaitsForMerges=FALSE 
support




 add SolrConfig/updateHandler/indexWriter/closeWaitsForMerges=FALSE support
 --

 Key: SOLR-6125
 URL: https://issues.apache.org/jira/browse/SOLR-6125
 Project: Solr
  Issue Type: Improvement
Reporter: Christine Poerschke
Priority: Minor

 The problem we saw was slow stopping of the overseer solr instance because it 
 was in the middle of a big merge.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

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