Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Invalid
-
8.11.1
-
None
-
prod
Description
Hi Team,
I would like to delete one of the async task status.
Request
curl 'http://localhost:8983/solr/admin/collections?action=REQUESTSTATUS&requestid=sample_1651035600'
Response
{ "responseHeader":{ "status":0, "QTime":3}, "status":{ "state":"running", "msg":"found [sample_1651035600] in running tasks"}}
When I tried deleting the same task status
curl 'http://localhost:8983/solr/admin/collections?action=DELETESTATUS&requestid=sample_1651035600'
{ "responseHeader":{ "status":0, "QTime":6}, "status":"[sample_1651035600] not found in stored responses"}
Above task is been struck since few days because of an internal PVC issue. I would like to force delete it so the other submitted tasks can continue.