Hello guys,
I have set up a kubernetes cluster of SOR and Zookeeper with the public
available helm charts from
https://github.com/helm/charts/tree/master/incubator/solr
SOLR and Zookeepers seams for me to be running each with 3 pods correctly. SOLR
is in version 8.7.0, Zookeeper in version 3.5.
I recommend to use the configset api :
https://lucene.apache.org/solr/guide/8_6/configsets-api.html
Especially if you need to secure ZK access with authentication / authorization
which is recommended
> Am 16.11.2020 um 11:18 schrieb Maehr, Bernhard :
>
> Hello guys,
>
> I have set up a ku
Hello,
I’m running some test on solr 8.7.0 with embedded zookeeper.
I have an issues that sometimes after changing the schema the very next call is
still running against the old schema returning wrong results.
A retry or a small wait will fix the issue, but this makes it hard to test as
UPDATE_