SolrCloud S3 Backup Status doesn't return the correct value for IndexSizeMB

2021-12-03 Thread Ricardo Ruiz
Hi! I'm trying to get the Index size of my SolrCloud backups, but the problem is that It doesn't matter the size of my backup, the value for "indexSizeMB" is always 0.0, even if the STATUS is completed and the backup files are saved successfully in S3. Is this a bug or am I doing something wrong?

Can't start solr with 9.2.0

2023-03-29 Thread Ricardo Ruiz
e for 9.2.0, the start process fails and keeps restarting over and over. >From the logs, this is what I can see (please see the attached file). I'm not sure what could have changed in this new version, or if this is a problem with the Ansible role, but any insight would be appreciated. T

Re: Can't start solr with 9.2.0

2023-03-30 Thread Ricardo Ruiz
30 00:23 solr.in.sh *- Avoiding **symlinks for Solr's data directories would be a good idea.* Unfortunately, I can't avoid symlinks for the Solr data directory. Is there anything else I can try? Thank you again for your help, Ricardo Ruiz On Wed, Mar 29, 2023 at 10:19 PM Shawn Heisey w

Re: Can't start solr with 9.2.0

2023-03-30 Thread Ricardo Ruiz
Thank you very much for your insights Kevin, I opted for adding the permission to security policy with: *permission java.io.FilePermission "/mnt/instance-data/solr/-", "read,write";* I tested it and It's working now, Thanks. Ricardo Ruiz. On Thu, Mar 30, 2023 at 11:

Error when pulling arm64v8/solr:9.4.1 docker image

2024-01-31 Thread Ricardo Ruiz
behavior. I noticed that the latest build is from Jan 29, 2024 at 8:58 pm and that the tag doesn't support the linux/arm/v8 architecture anymore (see image). Is this expected or is it a bug? Best regards, Ricardo Ruiz [image: image.png]

Re: Error when pulling arm64v8/solr:9.4.1 docker image

2024-02-14 Thread Ricardo Ruiz
Hi I'm leaving this for future reference, I still can't pull the image with docker pull arm64v8/solr however the way I solved it was by using: docker pull --platform=linux/arm64 solr Greetings On Wed, Jan 31, 2024 at 3:27 PM Ricardo Ruiz wrote: > When I try to pull the image for