Solr 9.7 : too many updates received since start - startingUpdates no longer overlaps with our currentUpdates

2025-04-29 Thread L'HARHANT Mikael
Hello, In the Solr logs, I have the following warning : < too many updates received since start - startingUpdates no longer overlaps with our currentUpdates > Is there anything I can do to resolve this issue? Thanks

Solr 9.7: Pb with restore from s3

2025-03-17 Thread L'HARHANT Mikael
Hello, I'm having trouble restoring to SolR from an S3 storage. The backup was performed on an environment. The contents of the S3 were copied from one space to another to point to the new environment. When running the restore, I get the following error: "Operation restore caused exception:":"or

Solr 9.6.1 : Problem with backup : No 'leader' replica available for shard

2025-02-04 Thread L'HARHANT Mikael
Hello, We regularly encounter a problem during the backup operation. We observe a peak in memory consumption which causes an OOM, and therefore a restart of the pod. >From there, the backup crashes with the error : "Operation backup caused exception:":"org.apache.solr.common.SolrException:org.ap

Solr 9.7: Define permissions using chart helm

2025-01-06 Thread L'HARHANT Mikael
Hello, Currently, I define access permissions to Solr via the admin console ("security" menu). Is there a setting in the Solr helm chart to define permissions? Thanks. Mikael

Solr 9.2.1 : Change caseSensitive to caseInsensitive on a field

2024-06-27 Thread L'HARHANT Mikael
Hello, I have, in the schema.xml, a field like this. And I want to change to something like : May I need to launch a reload of all the documents or is it possible to add an element in the < schema.xml > or via an backup / restore ? Thanks.

RE: Pb between pod and replicas

2023-11-23 Thread L'HARHANT Mikael
Hello, I use "RollingUpdate". Hi, Are you using “rolling update” or “recreate” strategy for the deployment? -ufuk yilmaz Sent from Mail for Windows From: L'HARHANT Mikael Sent: Thursday, November 23, 2023 5:20 PM To: users@solr.apache.org Subject: Pb between pod and repl

Pb between pod and replicas

2023-11-23 Thread L'HARHANT Mikael
Hello, I have a problem with SolrCloud (8.11.1). Normally, each K8S pod hosts a replica. However, during installation (or reinstallation) it happens that a pod recovers 2 replicas and that another pod does not recover any. We fix this with the admin console. However, when restarting the pod, we f

Migration to solr9. Can we use backup from solr8

2023-01-06 Thread L'HARHANT Mikael
Hello, We have the project to migrate from solr8 to solr9. Currently, we make daily backups on solr8. Can these backups be used to initialize the project with solr9? Thank you.