[
https://issues.apache.org/jira/browse/SOLR-6882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shalin Shekhar Mangar updated SOLR-6882:
----------------------------------------
Affects Version/s: Trunk
5.0
Fix Version/s: Trunk
5.0
Assignee: Shalin Shekhar Mangar (was: Steve Rowe)
> Misspelled collection API actions in ReplicaMutator exception messages
> ----------------------------------------------------------------------
>
> Key: SOLR-6882
> URL: https://issues.apache.org/jira/browse/SOLR-6882
> Project: Solr
> Issue Type: Bug
> Components: SolrCloud
> Affects Versions: 5.0, Trunk
> Reporter: Steve Rowe
> Assignee: Shalin Shekhar Mangar
> Priority: Trivial
> Fix For: 5.0, Trunk
>
>
> {code:java|title=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");
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]