Re: solr warning - filling logs

2017-03-03 Thread Satya Marivada
There is nothing else running on port that I am trying to use: 15101. 15102 works fine. On Fri, Mar 3, 2017 at 2:25 PM Satya Marivada wrote: > Dave and All, > > The below exception is not happening anymore when I change the startup > port to something else apart from that I had in original start

Re: solr warning - filling logs

2017-03-03 Thread Satya Marivada
Dave and All, The below exception is not happening anymore when I change the startup port to something else apart from that I had in original startup. The original starup, if I have started without ssl enabled and then startup on the same port with ssl enabled, it is when this warning is happening

Re: solr warning - filling logs

2017-02-27 Thread Walter Underwood
“Brittle” means that if the node fails, your cluster cannot change until the node is back up. Single point of failure. The whole point of Zookeeper is redundant protection against failure. So running a single Zookeeper node is just wrong. A Zookeeper ensemble needs to be an odd number of insta

Re: solr warning - filling logs

2017-02-27 Thread Mike Thomsen
It's a brittle ZK configuration. A typical ZK quorum is three nodes for most production systems. One is fine, though, for development provided the system it's on is not overloaded. On Mon, Feb 27, 2017 at 6:43 PM, Rick Leir wrote: > Hi Mike > We are using a single ZK node, I think. What problems

Re: solr warning - filling logs

2017-02-27 Thread Rick Leir
Hi Mike We are using a single ZK node, I think. What problems should we expect? Thanks -- Rick -- Sent from my Android device with K-9 Mail. Please excuse my brevity.

Re: solr warning - filling logs

2017-02-27 Thread Mike Thomsen
When you transition to an external zookeeper, you'll need at least 3 ZK nodes. One is insufficient outside of a development environment. That's a general requirement for any system that uses ZK. On Sun, Feb 26, 2017 at 7:14 PM, Satya Marivada wrote: > May I ask about the port scanner running? Ca

solr warning - filling logs

2017-02-27 Thread Satya Marivada
Hi All, I have configured solr with SSL and enabled http authentication. It is all working fine on the solr admin page, indexing and querying process. One bothering thing is that it is filling up logs every second saying no authority, I have configured host name, port and authentication parameters

Re: solr warning - filling logs

2017-02-26 Thread Dave
I don't know about your network setup but a port scanner sometimes can be an it security device that, well, scans ports looking to see if they're open. > On Feb 26, 2017, at 7:14 PM, Satya Marivada wrote: > > May I ask about the port scanner running? Can you please elaborate? > Sure, will try

Re: solr warning - filling logs

2017-02-26 Thread Satya Marivada
May I ask about the port scanner running? Can you please elaborate? Sure, will try to move out to external zookeeper On Sun, Feb 26, 2017 at 7:07 PM Dave wrote: > You shouldn't use the embedded zookeeper with solr, it's just for > development not anywhere near worthy of being out in production.

Re: solr warning - filling logs

2017-02-26 Thread Dave
You shouldn't use the embedded zookeeper with solr, it's just for development not anywhere near worthy of being out in production. Otherwise it looks like you may have a port scanner running. In any case don't use the zk that comes with solr > On Feb 26, 2017, at 6:52 PM, Satya Marivada wrote

solr warning - filling logs

2017-02-26 Thread Satya Marivada
Hi All, I have configured solr with SSL and enabled http authentication. It is all working fine on the solr admin page, indexing and querying process. One bothering thing is that it is filling up logs every second saying no authority, I have configured host name, port and authentication parameters