You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Mark Miller (JIRA)" <ji...@apache.org> on 2013/01/11 23:28:12 UTC

[jira] [Commented] (SOLR-4043) Add ability to get success/failure responses from Collections API.

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

Mark Miller commented on SOLR-4043:
-----------------------------------

I don't dare toss this in last minute for 4.1 unfortunately - I'll keep it up to date, but I think it needs to be pushed to 4.2. The only reason I consider 4.1 is that we already have back compat zk issues, so it might be easier to do this now. But I think bugs are going to take precedence.
                
> Add ability to get success/failure responses from Collections API.
> ------------------------------------------------------------------
>
>                 Key: SOLR-4043
>                 URL: https://issues.apache.org/jira/browse/SOLR-4043
>             Project: Solr
>          Issue Type: Improvement
>          Components: SolrCloud
>    Affects Versions: 4.0-ALPHA, 4.0-BETA, 4.0
>         Environment: Solr cloud cluster
>            Reporter: Raintung Li
>            Assignee: Mark Miller
>             Fix For: 4.1, 5.0
>
>         Attachments: patch-4043.txt, SOLR-4043_brach4.x.txt, SOLR-4043.patch
>
>
> The create/delete/reload collections are asynchronous process, the client can't get the right response, only make sure the information have been saved into the OverseerCollectionQueue. The client will get the response directly that don't wait the result of behavior(create/delete/reload collection) whatever successful. 
> The easy solution is client wait until the asynchronous process success, the create/delete/reload collection thread will save the response into OverseerCollectionQueue, then notify client to get the response. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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