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

Solr tool does not work with custom zkACLProvider

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Critical
    • Resolution: Unresolved
    • 8.11.1
    • None
    • None

    Description

      When a custom zkACLProvider is implemented, solr tool does not pick up the plugin jar files. (bin/solr)

       function run_tool() {
        "$JAVA" $SOLR_SSL_OPTS $AUTHC_OPTS $SOLR_ZK_CREDS_AND_ACLS -Dsolr.install.dir="$SOLR_TIP" \
          -Dlog4j.configurationFile="$DEFAULT_SERVER_DIR/resources/log4j2-console.xml" \
          -classpath "$DEFAULT_SERVER_DIR/solr-webapp/webapp/WEB-INF/lib/*:$DEFAULT_SERVER_DIR/lib/ext/*:$DEFAULT_SERVER_DIR/lib/*" \
          org.apache.solr.util.SolrCLI "$@"  return $?
      } # end run_tool function

      Attachments

        Activity

          People

            Unassigned Unassigned
            jerry-cherry Jerry Chung
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: