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

Can"t delete BLOB element in SolrCloud

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • SolrCloud
    • None
    • Debian
      SolrCloud 6 and 7

    Description

      Hello,

      The documentation said on the BLOB API page:
      "Deletes can be performed with standard REST delete commands."

      So, I have test to delete a blob file version but thise commands do not working:

      curl -X "DELETE" http://srv-formation-solr3:8983/solr/.system/blob/CityaUpdateProcessorJar/14
      

      This command return just the file informations:

      {
        "responseHeader":{
          "zkConnected":true,
          "status":0,
          "QTime":1},
        "response":{"numFound":1,"start":0,"docs":[
            {
              "id":"CityaUpdateProcessorJar/14",
              "md5":"45aeda5a01607fb668cec26a45cac9e6",
              "blobName":"CityaUpdateProcessorJar",
              "version":14,
              "timestamp":"2018-05-30T12:59:40.419Z",
              "size":22483}]
        }}
      

      So, I have test to delete directly on the Solr interface with the query page XML:

      <delete><query>id:CityaUpdateProcessorJar/14</query></delete>
      

      And not working.

      Thanks for your help,
      Maxence

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              Moltroon Maxence SAUNIER
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: