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

Shalin Shekhar Mangar resolved SOLR-7481.
-----------------------------------------
    Resolution: Implemented

This was implemented by SOLR-8534

> 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.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to