Re: How to increase maximum size of files allowed in configuration for MiniSolrCloudCluster

2019-06-11 Thread Pratik Patel
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

Re: How to increase maximum size of files allowed in configuration for MiniSolrCloudCluster

2019-06-11 Thread Jörn Franke
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

How to increase maximum size of files allowed in configuration for MiniSolrCloudCluster

2019-06-10 Thread Pratik Patel
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