Re: Solr heap memory

2021-09-01 Thread Dominique Bejean
Hi, As previously said, long GC pauses should be the cause of Solr/Zookeeper communication issues. Analyse your GC logs with gceasy.io in order to confirm this. After this, you need to investigate what is causing so much heap memory consumption. Maybe you will discover misconceptions in your shema

RE: Vulnerabilities in SOLR 8.8.2

2021-09-01 Thread Narayanan, Lakshmi
This is my monthly reminder to SOLR support groups Please advise if the below listed vulnerabilities have been resolved in higher versions of SOLR Any response to this message will be gratefully received Thank you Lakshmi Narayanan Marsh & McLennan Companies 121 River Street, Hoboken,NJ-07030 20

Re: Vulnerabilities in SOLR 8.8.2

2021-09-01 Thread Shawn Heisey
On 9/1/2021 8:25 AM, Narayanan, Lakshmi wrote: This is my monthly reminder to SOLR support groups Please advise if the below listed vulnerabilities have been resolved in higher versions of SOLR Any response to this message will be gratefully received The vast majority of any vulnerabilities wi

Re: Vulnerabilities in SOLR 8.8.2

2021-09-01 Thread Dave
Agreed. Solr should always have a front end to interface with the server itself. I don’t think I’ve ever seen a situation where it was accessible outside of the internal network. Not to mention it gives you an extra layer to add parameters or clean user input. Raw solr is for the developers, t

How to get rid of this Warning "WARN (qtp1533985074-57) [ ] o.a.h.s.a.u.KerberosName auth_to_local rule mechanism not set.Using default of hadoop"

2021-09-01 Thread jrballesteros05
Hello everybody, this is my first time asking for support here. I normally search in the web and look in the forums list but I don't know how to do it here, I am very clumsy with mailing list, so If this post is duplicated or someone else has asked this question before I would appreciate if you

Re: How to get rid of this Warning "WARN (qtp1533985074-57) [ ] o.a.h.s.a.u.KerberosName auth_to_local rule mechanism not set.Using default of hadoop"

2021-09-01 Thread Shawn Heisey
On 9/1/2021 2:48 PM, jrballestero...@tutanota.com.INVALID wrote: Everything is working OK, I just receive this warning message so often: 2021-09-01 20:29:46.789 WARN  (qtp1533985074-61) [   ] o.a.h.s.a.u.KerberosName auth_to_local rule mechanism not set.Using default of hadoop As I understan

Re: How to get rid of this Warning "WARN (qtp1533985074-57) [ ] o.a.h.s.a.u.KerberosName auth_to_local rule mechanism not set.Using default of hadoop"

2021-09-01 Thread Chris Hostetter
: Everything is working OK, I just receive this warning message so often: : : 2021-09-01 20:29:46.789 WARN  (qtp1533985074-61) [   ] o.a.h.s.a.u.KerberosName auth_to_local rule mechanism not set.Using default of hadoop ... : file. As I understand this warning should be if I use HDFS o

Solr Windows Service / Running solr in the background

2021-09-01 Thread Reej M
Hi All, For now we are running solr cloud starting it from the command prompt as below from the 2 servers for starting the 2 nodes Server 1 & Server 2 bin\solr start -cloud -p 3883 -s “server\solr\cloud\node\solr” bin\solr start -cloud -p 9883 -s “server\solr\cloud\node\solr” But if we close th