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
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
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
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
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.
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
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
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.