[jira] [Updated] (SOLR-6091) Race condition in prioritizeOverseerNodes can trigger extra QUIT operations

2014-06-23 Thread Noble Paul (JIRA)

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

Noble Paul updated SOLR-6091:
-

Fix Version/s: (was: 4.9)
   4.10

> Race condition in prioritizeOverseerNodes can trigger extra QUIT operations
> ---
>
> Key: SOLR-6091
> URL: https://issues.apache.org/jira/browse/SOLR-6091
> Project: Solr
>  Issue Type: Bug
>  Components: SolrCloud
>Affects Versions: 4.7, 4.8
>Reporter: Shalin Shekhar Mangar
>Assignee: Noble Paul
> Fix For: 5.0, 4.10
>
> Attachments: SOLR-6091.patch
>
>
> When using the overseer roles feature, there is a possibility of more than 
> one thread executing the prioritizeOverseerNodes method and extra QUIT 
> commands being inserted into the overseer queue.
> At a minimum, the prioritizeOverseerNodes should be synchronized to avoid a 
> race condition.



--
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] [Updated] (SOLR-6091) Race condition in prioritizeOverseerNodes can trigger extra QUIT operations

2014-05-19 Thread Shalin Shekhar Mangar (JIRA)

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

Shalin Shekhar Mangar updated SOLR-6091:


Attachment: SOLR-6091.patch

Changes
# Make prioritizeOverseerNodes synchronized
# Make OCP.isClosed volatile

> Race condition in prioritizeOverseerNodes can trigger extra QUIT operations
> ---
>
> Key: SOLR-6091
> URL: https://issues.apache.org/jira/browse/SOLR-6091
> Project: Solr
>  Issue Type: Bug
>  Components: SolrCloud
>Affects Versions: 4.7, 4.8
>Reporter: Shalin Shekhar Mangar
>Assignee: Shalin Shekhar Mangar
> Fix For: 4.9, 5.0
>
> Attachments: SOLR-6091.patch
>
>
> When using the overseer roles feature, there is a possibility of more than 
> one thread executing the prioritizeOverseerNodes method and extra QUIT 
> commands being inserted into the overseer queue.
> At a minimum, the prioritizeOverseerNodes should be synchronized to avoid a 
> race condition.



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