That was spot on. Thanks a lot for your help!
On Tue, Jun 11, 2019 at 2:14 AM Jörn Franke wrote:
> It is probably a Zookeeper limit. You have to set jute.maxbuffer in the
> Java System properties of all (!) zookeeper Servers and clients to the same
> value (in your case it should be a little bit
It is probably a Zookeeper limit. You have to set jute.maxbuffer in the Java
System properties of all (!) zookeeper Servers and clients to the same value
(in your case it should be a little bit larger than your largest file).
If possible you can try to avoid storing the NLP / ML models in Solr b
Hi,
I am trying to upload a configuration to "MiniSolrCloudCluster" in my unit
test. This configuration has some binary files for NLP related
functionality. Some of these binary files are bigger than 5 MB. If I try to
upload configuration with these files then it doesn't work. I can set up
the clu