Srinivas Sunka created SOLR-16208:
-------------------------------------
Summary: Unable to delete async task ID
Key: SOLR-16208
URL: https://issues.apache.org/jira/browse/SOLR-16208
Project: Solr
Issue Type: Bug
Security Level: Public (Default Security Level. Issues are Public)
Components: Backup/Restore
Affects Versions: 8.11.1
Environment: prod
Reporter: Srinivas Sunka
Hi Team,
I would like to delete one of the async task status.
Request
{code:java}
curl
'http://localhost:8983/solr/admin/collections?action=REQUESTSTATUS&requestid=sample_1651035600'{code}
Response
{code:java}
{
"responseHeader":{
"status":0,
"QTime":3},
"status":{
"state":"running",
"msg":"found [sample_1651035600] in running tasks"}}{code}
When I tried deleting the same task status
{code:java}
curl
'http://localhost:8983/solr/admin/collections?action=DELETESTATUS&requestid=sample_1651035600'{code}
{code:java}
{
"responseHeader":{
"status":0,
"QTime":6},
"status":"[sample_1651035600] not found in stored responses"}{code}
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.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]