Re: Solo server restarting every 90 seconds for no clear reason

2025-01-28 Thread Bernd Fehling
Make sure that you have not any job / cron running for wiping any of your temp directories. Regards Bernd Am 28.01.25 um 14:43 schrieb Eliot Kimber: I have installed Solr on RHEL 9 and it is working fine except that it restarts every 90 seconds. My installation is about as vanilla as it can

Re: Optimal Sharding Strategy for Solr Cloud v8.10

2023-09-13 Thread Bernd Fehling
in advance. -- ***** Bernd FehlingBielefeld University Library Dipl.-Inform. (FH)LibTec - Library Technology Universitätsstr. 25 and Knowledge Management 33615 Bielefeld Tel. +49 521 106-4060 bernd.fehling(at)uni-bi

Re: Solr Heap Memory Settings

2023-03-15 Thread Bernd Fehling
At Solr Admin Web Interface I click on "Core Collector" and select one of the shards. My maxDocs says 33.972.375 and below the size reports 112.5GB. Because of 10 shards in my cloud just multiply by 10 which gives a rough estimate ~340.000.000 Docs and ~1.125TB size. To calculate growth just take

Re: Solr 8.11.1 Optimise command not deleting the deletedDoc

2022-11-25 Thread Bernd Fehling
Hi Rajan, you show first send a commit command with "expungeDeletes=true" and after that do an optimize. Regards, Bernd Am 25.11.22 um 14:08 schrieb Nagarajan Muthupandian: Hi, I am trying to optimize the core which has deletedDocs of 120755870 .. Status Query for core the give’s the outp

strange entries in solr.log

2022-07-06 Thread Bernd Fehling
Hi list, I have several entries in my solr.log as WARN complaining about "Missing term in termStats". Is this due to a corrupt index or any other serious problem? How to get rid of this or just ignore this? 2022-07-05 21:00:43.824 WARN (qtp1870252780-28799) [c:coll1 s:shard10 r:core_node20 x:

Re: Solr 8 edismax issue with mm and q.op

2022-03-17 Thread Bernd Fehling
Because your query is "q=Champion Croissance" there is another parameter to take care of. It is "sow" which could be true or false. Just search through the jira issues with edismax, mm and sow to get any reports about it. Regards Bernd Am 16.03.22 um 18:40 schrieb Dominique Bejean: Hi Shawn,

exact meaning of maxShardsPerNode

2022-03-02 Thread Bernd Fehling
Hi list, what is the exact meaning and usage of "maxShardsPerNode"? Say, I have 3 Server with 2 Java instances each (Port 8983 and 7574) and a replicationFactor of 2. With one collection on each Port (collA=8983, collB=7574) and 3 shards per collection, I see: (all port 8983) collA --> shard 1

Re: Nashorn deprecation warning

2022-02-09 Thread Bernd Fehling
le=http Thanks! On Wednesday, 09-02-2022 at 05:16 Bernd Fehling wrote: The commandline tool "jjs --help" reports: "--no-deprecation-warning (Do not show nashorn deprecation warning.) param: [true|false] default: false" So I guess that there should be something li

Re: Nashorn deprecation warning

2022-02-09 Thread Bernd Fehling
2.168.1.11 -Djetty.host [2]=0.0.0.0 -Dlog4j2.formatMsgNoLookups=true -Dnashorn.args='--no-deprecation-warning=true' -Xss256k -Dsolr.jetty.https.port=8983 -Dsolr.log.muteconsole -XX:OnOutOfMemoryError=/usr/local/solr/bin/oom_solr.sh [3] 8983 /var/log/solr -jar start.jar --module=http Th

Re: Nashorn deprecation warning

2022-02-09 Thread Bernd Fehling
The commandline tool "jjs --help" reports: "--no-deprecation-warning (Do not show nashorn deprecation warning.) param: [true|false] default: false" So I guess that there should be something like : "--no-deprecation-warning=true" Or in your case: -Dnashorn.args='--no-deprecation-warning

Re: Log4J saga (CVE-2021-45046)

2021-12-15 Thread Bernd Fehling
Isn't the example with "zip -q -d ..." as reported in the CVE not working for you? Regards Bernd Am 15.12.21 um 13:40 schrieb e_bri...@videotron.ca: Hi all, Looks like we are not done with log4j security problems. Someone has recommendations about CVE-2021-45046? Eric Briere

Re: running Solr 6.6 with OpenJDK 11?

2021-12-14 Thread Bernd Fehling
measurements. To get away from the Oracle License by switching from Java 8 to OpenJDK 8, do you have any observations or measurements? Thanks for your hints, Bernd Am 14.12.21 um 19:30 schrieb Shawn Heisey: On 12/14/21 8:08 AM, Bernd Fehling wrote: we are running SolrCloud 6.6 and changing server

Re: running Solr 6.6 with OpenJDK 11?

2021-12-14 Thread Bernd Fehling
Hi Vincenzo, my question had nothing to do with log4j. Thanks, Bernd Am 14.12.21 um 16:14 schrieb Vincenzo D'Amore: As far as I know changing the Java version does not solve the problem. https://twitter.com/Laughing_Mantis/status/1470412026119798786 On Tue, Dec 14, 2021 at 4:09 PM

running Solr 6.6 with OpenJDK 11?

2021-12-14 Thread Bernd Fehling
Hi list, we are running SolrCloud 6.6 and changing server (hardware). Now I'm thinking about upgrading from Oracle Java 8 to OpenJDK 11. Does Solr 6.6 run with OpenJDK 11, are there any known problems? Regards Bernd

Re: Control tlog size in solr-6.6 cloud

2021-03-23 Thread Bernd Fehling
Hi, without any more info from your system and configs it is impossible to guess what the problem could be. But generally I can say that solrcloud 6.6 has no problems with it, as I have a cloud with 5 shards and 2 replicas each on 5 nodes and a total of 260 mio. records. Somewhere between 1 to 3

Re: Distributed IDF for Solr using ExactStatsCache issue

2021-03-22 Thread Bernd Fehling
Hello, I have a SolrCloud with 5 shards 2 Replicas. I tried everything back and forth with LocalStatsCache, ExactStatsCache and ExactSharedStatsCache. I saw some minor advantage between LocalStatsCache and the Exact... pieces. But as a matter of fact while showing 10 search results per page, as