Houston Putman
Houston Putman
Actually I’m having issues with the smoketester erroring in the tests, so if you can get this in by Monday and are sure it wont break the tests, go for...
So I found this issue while making the PR: [SOLR-17019](https://issues.apache.org/jira/browse/SOLR-17019) Unfortunately, we will need to keep the mkroot command when we are using TLS. At least until 9.5 is the...
Let's leave this for a later version, as there is no immediate need for the change, given that Solr still has some bugs in the area.
Sorry, I missed this. But yes, you are on the right path!
> If you replace the usage of `zkcli.sh` (which makes sense), please also mount TLS volumes (e.g. `/var/solr/tls`) on the `setup-zk` initContainer so connections to TLS-enabled Zookeeper will be able...
Are you sure that you are running an ingress controller? That generally does not come with Kubernetes installations. > I currently try to access this deployment through the ingress created...
As mentioned in your slack thread, you are seeing the following error: ``` ERROR controller-runtime.manager.controller.solrbackup Error while taking SolrCloud backup {"reconciler group": "[solr.apache.org](http://solr.apache.org/)", "reconciler kind": "SolrBackup", "name": "gcs-backup", "namespace": "dev-backend",...
To sum up the issue, when using backups users sometimes have backups that succeed in Solr, but the SolrBackup status has the following two properties: - `In Progress: true` -...
Can you try with the most recent Solr Operator version? (`v0.6.0`) It might be an issue that has already been fixed. Other than that I would recommend only using the...
The sort criteria can include the score. And in this case, we are talking about re-scoring. So consider the original sort is `score, price asc`, then we use the QueryRescorer....