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

Misspelled collection API actions in ReplicaMutator exception messages

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 5.0, 6.0
    • 5.0, 6.0
    • SolrCloud
    • None

    Description

      ReplicaMutator.java
       90:  public ZkWriteCommand addReplicaProperty(ClusterState clusterState, ZkNodeProps message) {
      [...]
       96:      throw new SolrException(SolrException.ErrorCode.BAD_REQUEST,
       97:          "Overseer SETREPLICAPROPERTY requires " +
       98:              ZkStateReader.COLLECTION_PROP + " and " + ZkStateReader.SHARD_ID_PROP + " and " +
       99:             ZkStateReader.REPLICA_PROP + " and " + ZkStateReader.PROPERTY_PROP + " and " +
      100:              ZkStateReader.PROPERTY_VALUE_PROP + " no action taken.");
      [...]
      118:        throw new SolrException(SolrException.ErrorCode.BAD_REQUEST, "Overseer SETREPLICAPROPERTY for " +
      119:            property + " cannot have " + OverseerCollectionProcessor.SHARD_UNIQUE + " set to anything other than" +
      120:            "'true'. No action taken");
      

      Attachments

        Activity

          People

            shalin Shalin Shekhar Mangar
            sarowe Steven Rowe
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: