Unable to upload configuration with upconfig (Unable to read additional data from server)

2020-11-16 Thread Maehr, Bernhard
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.

Re: Unable to upload configuration with upconfig (Unable to read additional data from server)

2020-11-16 Thread Jörn Franke
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

8.7.0 SchemaManager not respecting UPDATE_TIMEOUT_SECS

2020-11-16 Thread Tiziano Degaetano
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_