ozlerhakan opened a new issue, #653: URL: https://github.com/apache/solr-operator/issues/653
Hi Team, We've recently changed the operator version from v0.7.0 to v0.8.0 for our SolrCloud cluster (9.4). It seems that the new version requests the status of an async task named `balance-replicas-ScaleUp` every 60 seconds. Once it doesn't find one running, it sends a "replica/balance" request to the target Solr, therefore we're getting the following error for every attempt: ``` Recieved bad response code of 403 from solr with response: { \"servlet\":\"default\", \"message\":\"Unauthorized request, Response code: 403\", \"url\":\"/solr/____v2/cluster/replicas/balance\", \"status\":\"403\" } ``` I found that the relevant metadata for this use case is written into the annotation field of the statefulsets object: `"solr.apache.org/clusterOpsLock": "{\"operation\":\"BalanceReplicas\",\"lastStartTime\":\"2023-11-09T14:28:18Z\",\"metadata\":\"ScaleUp\"}"` We're using the default security.json credentials and I'm not certain if there's anything to be changed in our settings for this matter. Thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org