You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Shalin Shekhar Mangar (JIRA)" <ji...@apache.org> on 2017/03/03 08:06:45 UTC

[jira] [Resolved] (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 ]

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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org