Uploaded image for project: 'Ranger'
  1. Ranger
  2. RANGER-1723

The Ranger doesn't support solr6. In the HttpSolrClient class of solr6, the setMaxRetries function has been removed, which causes ranger to fail to compile.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.0.0
    • Ranger
    • Patch

    Description

      In the HttpSolrClient class of solr5, the setMaxRetries function is deprecated, and the realization of this function is empty, as follow

        /**
         * @deprecated retries should be implemented in client code, and should be considered carefully per-request
         */
        public void setMaxRetries(int maxRetries) { }
      

      Then the setMaxRetries function has been removed in the HttpSolrClient class of solr6, which causes ranger to fail to compile.

      Attachments

        Activity

          People

            peng.jianhua peng.jianhua
            peng.jianhua peng.jianhua
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: