Re: Solr error...

2025-04-10 Thread Thomas Corthals
n). > >> This pre-production is used to check data before dumping in Production. > >> > >> > >> Cordialement, Best Regards > >> Bruno Mannina > >> www.matheo-software.com > >> www.patent-pulse.com > >> Mob. +33 0 634 421 817 > &

RE: Solr error...

2025-04-10 Thread Bruno Mannina
d'origine- De : Robi Petersen [mailto:robip...@gmail.com] Envoyé : lundi 7 avril 2025 02:12 À : users@solr.apache.org Objet : Re: Solr error... Hi Bruno, As an aside, in general you'd want your staging (pre-prod) solr instance to exactly match your production solr instance in every way (l

Re: Solr error...

2025-04-08 Thread Robi Petersen
theo-software.com > www.patent-pulse.com > Mob. +33 0 634 421 817 > > > -Message d'origine----- > De : Robi Petersen [mailto:robip...@gmail.com] > Envoyé : lundi 7 avril 2025 02:12 > À : users@solr.apache.org > Objet : Re: Solr error... > > Hi Bruno,

AW: Solr error...

2025-04-07 Thread Ehrenleitner Robert Harald
: Montag, 07. April 2025 10:31 Bis: users@solr.apache.org Betreff: Re: Solr error... [Sie erhalten nicht häufig E-Mails von tho...@klascement.net. Weitere Informationen, warum dies wichtig ist, finden Sie unter https://aka.ms/LearnAboutSenderIdentification ] Another speed-up is sending the updates

Re: Solr error...

2025-04-06 Thread Walter Underwood
uction solr (I used a Solr 8.11.3 on my production). >> This pre-production is used to check data before dumping in Production. >> >> >> Cordialement, Best Regards >> Bruno Mannina >> www.matheo-software.com >> www.patent-pulse.com >> Mob. +33 0 634 421 817 >>

Re: Solr error...

2025-04-06 Thread Robi Petersen
uction. > > > Cordialement, Best Regards > Bruno Mannina > www.matheo-software.com > www.patent-pulse.com > Mob. +33 0 634 421 817 > > > -Message d'origine- > De : Colvin Cowie [mailto:colvin.cowie@gmail.com] > Envoyé : vendredi 4 avril 2025 11:57 >

RE: Solr error...

2025-04-05 Thread Bruno Mannina
--- De : Colvin Cowie [mailto:colvin.cowie@gmail.com] Envoyé : vendredi 4 avril 2025 11:57 À : users@solr.apache.org Objet : Re: Solr error... Hello, I think we might need some more context here, that is to say, why are you using Solr 5.5.1? That was released in 2016 and is very much

Re: Solr error...

2025-04-04 Thread Colvin Cowie
Hello, I think we might need some more context here, that is to say, why are you using Solr 5.5.1? That was released in 2016 and is very much out of date and unsupported (and will contain a number of critical CVEs). So rather than trying to make it work, can you instead move to the latest release

Solr error...

2025-04-03 Thread Bruno Mannina
Hi All, I have on my new computer with a solr (5.5.1) a collection with an error. My new computer is 1.5 year old (4*4to Nvme) I check my disk and I have no error ?! Do you know if I can do something to solve it ? Many thanks for your help ! The error message is: java.lang.Illega

Re: Solr 9.6.0 with open telemetry module enabled - CoreContainerProvider could not start Solr Error

2024-08-08 Thread Sathish Ponnusamy
Thank you Jan for your timely response it helped a lot. I confirm issue resolved by updating the Java version to 17. Regards Sathish P On Fri, 9 Aug, 2024, 04:06 Jan Høydahl, wrote: > Including my reply that by mistake was sent directly to Sathish for > reference. Turned out that upgrading to

Re: Solr 9.6.0 with open telemetry module enabled - CoreContainerProvider could not start Solr Error

2024-08-08 Thread Jan Høydahl
Including my reply that by mistake was sent directly to Sathish for reference. Turned out that upgrading to JDK17 resolved the issue - Thanks for the extra info. There is some loop during class loading of OTEL client's http client that causes stack overflow. > at java.base/java.la

Re: Solr 9.6.0 with open telemetry module enabled - CoreContainerProvider could not start Solr Error

2024-08-07 Thread Sathish Ponnusamy
Hi Jan, Thanks for checking on this issue. Here is the solr.in.sh file & Error logs for your reference.and other details as requested. Solr is working fine and able to see the admin console perfectly if the open telemetry module is not enabled. OTEL Collector is installed on the same VM and it is

Re: Solr 9.6.0 with open telemetry module enabled - CoreContainerProvider could not start Solr Error

2024-08-07 Thread Jan Høydahl
Hi, Please provide more information, such as the complete stack trace, the complete solr.in .sh file, all ENV variables etc, how Solr was intstalled, what Linux flavor etc. Is it so that Solr starts fine if opentelementry module is not enabled? Do you have an OTEL collector setu

Solr 9.6.0 with open telemetry module enabled - CoreContainerProvider could not start Solr Error

2024-08-07 Thread Sathish Ponnusamy
Hi Team, We are using solr/zk 3+3 nodes running on GCP VM while enabling open telemetry module getting below error in solr.log and the solr node is down with 503 unavailable error in the console, after starting the node. How to fix the error and make the solr node up with the open telemetry modul

Re: Solr Error| cluster state says we are the leader but locally we don't think so

2023-06-05 Thread matthew sporleder
I have also gotten myself into situations where the leader election looked broken and finding + restarting the overseer has always been the best method to fix it. You can find this stuff by browsing zookeeper. On Mon, Jun 5, 2023 at 9:13 AM Walter Underwood wrote: > > I’ve seen this kind of thi

Re: Solr Error| cluster state says we are the leader but locally we don't think so

2023-06-05 Thread Walter Underwood
I’ve seen this kind of thing happen when the overseer is stuck for some reason. Look for a long queue of work for the overseer in zookeeper. I’ve fixed that by restarting the node which is the overseer. The new one wakes up and clears the queue. I’ve only seen that twice. Wunder > On Jun 5, 20

Re: Solr Error| cluster state says we are the leader but locally we don't think so

2023-06-05 Thread Jan Høydahl
Hi, One possible reason for this could be that a shard leader experienced a high load (or crash), causing its Zookeeper client timeout, e.g. losing its live_nodes entry. That would cause a leader election, and a replica would become the new leader. Once the original leader re-joins it will no lon

Solr Error| cluster state says we are the leader but locally we don't think so

2023-06-03 Thread HariBabu kuruva
Hi All, As part of the O.S patching we have rebooted the servers and services in PROD environment. After the activity we have started our services and we see below errors in Solr. Remote error message: ClusterState says we are the leader (https://solrhostname.corp.equinix.com:port/solr/abcStore_sh

Why solr error in logs when adding documents

2022-09-22 Thread Sai Teja
I am getting Error when am adding document. My process will be deleting document with id and adding whole document again. I am using spring boot solr to do this operations. Most of the time document is added but some time I see it is missing in solr 9 logs I see this error I don't have groups valu

Solr Error

2022-03-24 Thread HariBabu kuruva
Hi All, Am getting below error in the solr , which is affecting the services which are accessing the dqmStore. Please suggest if you have come across this issue. 2022-03-24 08:48:36.629 ERROR (qtp1198197478-620853) [c:dqmStore s:shard1 r:core_node4 x:dqmStore_shard1_replica_n2] o.a.s. u.SolrCmd