You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Karthik K G <kg...@gmail.com> on 2018/10/09 18:57:31 UTC

Does providing Zookeeper FQDN with port number solve the multiple connections problem

Hi Team,


We have a scenario where we give the Zookeeper FQDN to our Solr Application.

When we use this we are seeing that zookeeper is accepting connections from
all Solr nodes every minute.


When we provide the Zookeeper FQDN with the port number, we are seeing that
there is a single connection created with Solr. Is this something that has
been already seen earlier on.


I have tested it out on my local cluster and identified this issue. Has
anyone seen this issue previously? If yes, please let me know.


I have tested on a cluster with *3 Solr nodes* and *3 Zookeeper nodes*

Logs for one of the Zookeeper nodes

*Column Description:[Date, time interval(hourly), number of connection from
Solr, Number of connections from Zookeeper]*

Oct 09 16-17 180 connections from solr nodes.240 connections from zk nodes

Oct 09 17-18 180 connections from solr nodes.240 connections from zk nodes

Oct 09 18-19 69 connections from solr nodes.93 connections from zk nodes

Oct 08 10-11 120 connections from solr nodes.174 connections from zk nodes

Oct 08 11-12 180 connections from solr nodes.240 connections from zk nodes

Oct 08 12-13 180 connections from solr nodes.240 connections from zk nodes

Oct 08 13-14 180 connections from solr nodes.240 connections from zk nodes

Oct 08 14-15 180 connections from solr nodes.240 connections from zk nodes

Oct 08 15-16 180 connections from solr nodes.240 connections from zk nodes

Oct 08 16-17 180 connections from solr nodes.240 connections from zk nodes

Oct 08 17-18 180 connections from solr nodes.240 connections from zk nodes

Oct 08 18-19 180 connections from solr nodes.240 connections from zk nodes

Oct 08 19-20 180 connections from solr nodes.240 connections from zk nodes

Oct 08 20-21 180 connections from solr nodes.240 connections from zk nodes

Oct 08 21-22 180 connections from solr nodes.240 connections from zk nodes

Oct 08 22-23 180 connections from solr nodes.240 connections from zk nodes

Oct 08 23-24 180 connections from solr nodes.240 connections from zk nodes


Thank you,

Karthik