Re: solr backups failing

2023-03-29 Thread Vivaldi
Are you using HDFS to backup or shared network directory? In the case of shared directory the same location should be writable (accessible and has write permissions) from all solr nodes. > On 28 Mar 2023, at 19:22, Houston Putman wrote: > > Can you provide more information, such as the reque

Authentication problems

2023-03-29 Thread MEXANIK
I logged in using the john_sl user in Solr UI, and sent a request to read the collection, but I can read some of the collections, but I don't want them to be read. If I replace the admin user's rights from admin_rwx to admin_x, then the john_sl user can't read either How do I make it so that john

Re: Authentication problems

2023-03-29 Thread MEXANIK
Apache Solr version 8.11.0 ср, 29 мар. 2023 г., 15:27 MEXANIK : > I logged in using the john_sl user in Solr UI, and sent a request to read > the collection, but I can read some of the collections, but I don't want > them to be read. > > If I replace the admin user's rights from admin_rwx to admi

RE: Jetty 11 Upgrade

2023-03-29 Thread Rao, Vanishree
Hey team, Could you please reply? Thanks & Regards, Vanishree Rao (Vaa-nee Shree Ra-ao) Developer, Application Development vanishree@transunion.com M: +91 8097034710 Pronouns: She/Her [TULogo-blue-rgb-120px-01] This email including, without limitation, th

Recall: Jetty 11 Upgrade

2023-03-29 Thread Rao, Vanishree
Rao, Vanishree would like to recall the message, "Jetty 11 Upgrade".

Re: Authentication problems

2023-03-29 Thread Jan Høydahl
Permissions are evaluated in order from top to bottom. The first "read" permission found requires roles "admin_ro", "admin_rwx", "solr-internal-traffic", so that should be selected. Do you have any logs that can shed light over what happens? Jan > 29. mar. 2023 kl. 14:27 skrev MEXANIK : > > I

Re: LDAP authentication with Solr 9.1.1 or later

2023-03-29 Thread Kevin Risden
I thought there was a way to configure the user/group filter for the users using Hadoop authentication. It was something like hadoop.security.group.mapping.ldap - but I haven't looked at it in years. I can't seem to find a reference right now. Kevin Risden On Sat, Mar 25, 2023 at 2:02 AM Shawn H

Setting up a new Kubernetes Cluster in Production with Azure Kubernetes Service

2023-03-29 Thread Dipu Divakaran
Team, I am trying to find the VM Node Configuration required for running an Azure Kubernetes Production Cluster. Trying to deploy a .Net Service, Apache Solr, Apache ZooKeeper and Rabbit MQ containers inside. I may have to use around 4500 Indexes. Maximum data storage need will be 300 GB. Maxim

Is there a tutorial for Solr 9.2 and Kubernetes

2023-03-29 Thread Phill Campbell
I have been looking for an example of how to use Solr 9 with Kubernetes. All of the examples I have found are using Solr 8 and Solr 8’s autoscaling. Since autoscaling is deprecated in Solr 9 I was hoping to find guidance for Solr 9.

Re: Is there a tutorial for Solr 9.2 and Kubernetes

2023-03-29 Thread Deepak Vohra
If the only issue is autoscaling being removed,   use the new API for pluggable Replica Placement Plugins that replaces the auto-scaling framework. https://solr.apache.org/guide/solr/latest/configuration-guide/replica-placement-plugins.html On Wednesday, March 29, 2023 at 04:29:25 p.m. EDT, P

Re: Is there a tutorial for Solr 9.2 and Kubernetes

2023-03-29 Thread Deepak Vohra
Apache Solr Operator  manages Solr resources in KubernetesDoesn't it support version 9 yet?https://solr.apache.org/operator/ 8.6+ is listed as supported, which should include 9.2.  https://apache.github.io/solr-operator/docs/upgrade-notes.html On Wednesday, March 29, 2023 at 04:29:25 p.m. ED

Can't start solr with 9.2.0

2023-03-29 Thread Ricardo Ruiz
Hi! I'm building and provisioning Solr images using geerlingguy/ansible-role-solr for versions 9.1.1, 9.0.0, 8.11.2, and the newest version 9.2.0. My configuration works for the other three versions, but when I try to start the service for 9.2.0,

Rid generation in solr cloud logs

2023-03-29 Thread Anjali Maurya
Hi all, We have seen that rid is not coming in logs if we are querying on a single shard collection. But if we are querying on a multiple shards collection then rid is coming in the logs. Is there any specific reason for this?

Re: Can't start solr with 9.2.0

2023-03-29 Thread Shawn Heisey
On 3/29/2023 7:10 PM, Ricardo Ruiz wrote: My configuration works for the other three versions, but when I try to start the service 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 co

Re: Rid generation in solr cloud logs

2023-03-29 Thread Shawn Heisey
On 3/29/2023 9:09 PM, Anjali Maurya wrote: We have seen that rid is not coming in logs if we are querying on a single shard collection. But if we are querying on a multiple shards collection then rid is coming in the logs. Is there any specific reason for this? SolrCloud adds the rid parameter