[ https://issues.apache.org/jira/browse/SOLR-6698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14199454#comment-14199454 ]
ASF subversion and git services commented on SOLR-6698: ------------------------------------------------------- Commit 1637016 from gcha...@apache.org in branch 'dev/trunk' [ https://svn.apache.org/r1637016 ] SOLR-6698: Solr is not consistent wrt ZkCredentialsProvider / ZkCredentialProvider > Solr is not consistent wrt ZkCredentialsProvider / ZkCredentialProvider > ----------------------------------------------------------------------- > > Key: SOLR-6698 > URL: https://issues.apache.org/jira/browse/SOLR-6698 > Project: Solr > Issue Type: Bug > Components: SolrCloud > Reporter: Gregory Chanan > Priority: Minor > Attachments: SOLR-6698.patch > > > Solr uses ZkCredentialsProvider / ZkCredentialProvider in inconsistent ways. > For example, in the configs it's referred to as zkCredentialProvider > https://github.com/apache/lucene-solr/blob/6dd0103c8130e6207151fa5c2f9ccfcfe9500c59/solr/core/src/java/org/apache/solr/core/ConfigSolrXml.java#L168 > but the cloud scripts show it as zkCredentialsProvider (wrong): > https://github.com/apache/lucene-solr/blob/6dd0103c8130e6207151fa5c2f9ccfcfe9500c59/solr/cloud-dev/solrcloud-start.sh#L7 > The implementations refer to ZkCredentialsProvider, i.e.: > https://github.com/apache/lucene-solr/blob/6dd0103c8130e6207151fa5c2f9ccfcfe9500c59/solr/solrj/src/java/org/apache/solr/common/cloud/ZkCredentialsProvider.java > it would be good to be consistent here. I don't have a preference for which > name to use. Unless we want to put in some code to handle old versions, it > seems like we need to break compatibility (i.e. either rename the config > names or the names of the implementing classes). -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org