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

fix OverseerCollectionProcessor.deleteCollection removal-done check

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 4.10.3, 5.0, 6.0
    • 4.10.4, 5.0, 6.0
    • None
    • None

    Description

      OverseerCollectionProcessor.java line 1184 has a
      .hasCollection(message.getStr(collection)) call which should be either
      .hasCollection(message.getStr("name")) or
      .hasCollection(collection) instead.

      Attachments

        Issue Links

          Activity

            People

              shalin Shalin Shekhar Mangar
              cpoerschke Christine Poerschke
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: