Hmmm, does it work with smaller config files? There's been a limit of 1M for ZK files, and I'm wondering if your setup would work with, say, 2M configs as a check that it's "something else" rather than just the 1M limit.
FWIW, Erick On Fri, Aug 2, 2013 at 8:18 AM, Markus Jelsma <markus.jel...@openindex.io>wrote: > Hi, > > I have a few very large configuration files but it doens't work in cloud > mode due to the KeeperException$ConnectionLossException. All 10 Solr nodes > run trunk and have jute.maxbuffer set to 5242880 (5MB). I can confirm it is > set properly by looking at the args in the Solr GUI. All Zookeepers have > exactly the same key/value set, i can confirm this by looking with ps at > the process, it is really there, the first parameter. > > But it doesn't work! > > I have had it working once but it doesn't like me anymore. Putting the > config files in the node's sharedLib or the core's lib directory doesn't > work either, the files are clearly loaded according to the logs but the > TokenFilters cannot access them and complain about a config file not being > found. > > I'm out of ideas, any to share? > > Thanks, > Markus >