Re: How to avoid warning message

2018-02-01 Thread Tamás Barta
Hi, Thank you for your response. I managed to find the solution. At client side I have to set -Dzookeeper.sasl.client=false system property to disable SASL authentication. On Wed, Jan 31, 2018 at 6:15 PM, Shawn Heisey wrote: > On 1/31/2018 9:07 AM, Tamás Barta wrote: > >> I'm using Solr 6.6.2 a

Re: How to avoid warning message

2018-01-31 Thread Shawn Heisey
On 1/31/2018 9:07 AM, Tamás Barta wrote: I'm using Solr 6.6.2 and I use Zookeeper too handle Solr cloud. In Java client I use SolrJ this way: *client = new CloudSolrClient.Builder().withZkHost(zkHostString).build();* In the log I see the followings: *WARN [org.apache.zookeeper.SaslClientCall