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

Anshum Gupta updated SOLR-5886:
-------------------------------

    Attachment: SOLR-5886.patch

Patch that saves the information in zk.
I'm trying to figure a sensible strategy for limiting the response size (that 
get's stored in zk) and also trying to make it configurable.

I am thinking about dropping off the response storage if the number of 
coreAdmin responses for the call is more than 'x' (configurable).
If the number of responses is > 'x', No response would be stored and the user 
would have to look up the log to get information on the task.


> Store the response in zk for async calls so that it can be returned by 
> REQUESTSTATUS API
> ----------------------------------------------------------------------------------------
>
>                 Key: SOLR-5886
>                 URL: https://issues.apache.org/jira/browse/SOLR-5886
>             Project: Solr
>          Issue Type: Improvement
>          Components: SolrCloud
>            Reporter: Anshum Gupta
>            Assignee: Anshum Gupta
>         Attachments: SOLR-5886.patch
>
>
> As of now, only the state of a pre-submitted tasks is returned in the 
> response  to the REQUESTSTATUS Collections API call. 
> Pass more information, specially in case of a call erroring out.



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

Reply via email to