You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Anshum Gupta (JIRA)" <ji...@apache.org> on 2015/04/28 22:23:06 UTC

[jira] [Updated] (SOLR-7481) DELETESHARD does not support async API

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

Anshum Gupta updated SOLR-7481:
-------------------------------
    Issue Type: Improvement  (was: Bug)

> DELETESHARD does not support async API
> --------------------------------------
>
>                 Key: SOLR-7481
>                 URL: https://issues.apache.org/jira/browse/SOLR-7481
>             Project: Solr
>          Issue Type: Improvement
>          Components: SolrCloud
>    Affects Versions: 5.0
>            Reporter: Ian Rose
>            Priority: Minor
>
> My local testing shows that DELETESHARD ignores the async parameter.  If I try an async DELETESHARD like so:
> http://localhost:8983/solr/admin/collections?action=deleteshard&collection=2Gp&shard=shard1_0_0&async=12-foo-4
> The response includes the command result, indicating that the command was not run async:
> <lst name="success">
> <lst name="192.168.1.106:8983_solr">
> <lst name="responseHeader">
> <int name="status">0</int>
> <int name="QTime">16</int>
> </lst>
> </lst>
> </lst>
> And in addition REQUESTSTATUS calls for that requestId fail with "Did not find taskid [12-foo-4] in any tasks queue".



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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