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

Solr is not consistent wrt ZkCredentialsProvider / ZkCredentialProvider

    XMLWordPrintableJSON

Details

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

    Description

      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).

      Attachments

        1. SOLR-6698.patch
          4 kB
          Gregory Chanan

        Activity

          People

            gchanan Gregory Chanan
            gchanan Gregory Chanan
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: