Re: Apache Solr warning on 6.2.1

2019-07-01 Thread Erick Erickson
The warning isn’t what’s affecting performance, it’s just an indication that you’re committing too often. Technically you’re opening searchers too often. Searchers are opened for several reasons; 1> your autocommit with openSearcher=true interval expires 2> your soft commit interval expires 3> yo

Apache Solr warning on 6.2.1

2019-07-01 Thread Nitin Midas
Hello, We have Apache Solr version 6.2.1 installed on server and we are getting this warning on Apache Solr log from few days which has affected performance of solr queries and put latency on our App: SolrCore [user_details] PERFORMANCE WARNING: Overlapping onDeckSearchers=2 So we have followed

Re: recurring Solr warning messages

2017-12-20 Thread Ritesh
Hi,Can someone respond on this please?Or, can you direct me to the right contact who may know about these issues.Regards,RiteshFrom: "Ritesh"<rved...@rediffmail.com>Sent: Tue, 19 Dec 2017 18:06:13To: <solr-user@lucene.apache.org>Subject: Re: recurring Solr warning message

Re: recurring Solr warning messages

2017-12-19 Thread Shawn Heisey
On 12/19/2017 5:36 AM, Ritesh wrote: Hello,Can you help on the below issue please?My solr box keep on giving warnings about every 30 seconds: WARN null ServletHandler /solr/sitecore/select org.apache.solr.common.SolrException: application/x-www-form-urlencoded invalid: missing key It looks li

Re: recurring Solr warning messages

2017-12-19 Thread Ritesh
on this?Regards,RiteshFrom: GitHub Staff <supp...@github.com>Sent: Thu, 14 Dec 2017 00:05:54To: Ritesh <rved...@rediffmail.com>Subject: Re: recurring Solr warni

Solr Warning

2017-04-05 Thread Webster Homer
I'm working on adding multi-language search to our application. We are multi-language by field, that is all of the languages are in the same collection. We have a lot of scientific data which often will have English terms mixed in with Chinese (or other language). The requirement is that for a lan

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