Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-16208

Unable to delete async task ID

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Invalid
    • 8.11.1
    • None
    • Backup/Restore
    • 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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            ssunka Srinivas Sunka
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: