peng.jianhua created RANGER-1723:
------------------------------------
Summary: 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.
Key: RANGER-1723
URL: https://issues.apache.org/jira/browse/RANGER-1723
Project: Ranger
Issue Type: Bug
Components: Ranger
Reporter: peng.jianhua
Assignee: peng.jianhua
In the HttpSolrClient class of solr5, the setMaxRetries function is deprecated,
and the realization of this function is empty, as follow
{code:java}
/**
* @deprecated retries should be implemented in client code, and should be
considered carefully per-request
*/
public void -setMaxRetries-(int maxRetries) { }
{code}
Then the setMaxRetries function has been removed in the HttpSolrClient class of
solr6, which causes ranger to fail to compile.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)