Description
Zookeeper set znode size limit to 1MB by default. So we can't start Solr Cloud with some large config files, like synonyms.txt.
Jan Høydahl has a good idea:
"SolrCloud is designed with an assumption that you should be able to upload your whole disk-based conf folder into ZK, and that you should be able to add an empty Solr node to a cluster and it would download all config from ZK. So immediately a splitting strategy automatically handled by ZkSolresourceLoader for large files could be one way forward, i.e. store synonyms.txt as e.g. __001_synonyms.txt __002_synonyms.txt...."
Attachments
Attachments
Issue Links
- is related to
-
SOLR-12257 Remove documentation of ZooKeeper sysprop jute.maxbuffer once the blob store is a viable alternative for storing/loading large configuration files everywhere in Solr
- Resolved
- relates to
-
SOLR-11049 Solr in cloud mode silently fails uploading a big LTR model
- Closed
-
LUCENE-2899 Add OpenNLP Analysis capabilities as a module
- Resolved
-
SOLR-12163 Ref Guide: Improve Setting Up an External ZK Ensemble page
- Closed
-
SOLR-11250 Add new LTR model which loads the model definition from the external resource
- Closed
-
SOLR-12590 Improve Solr resource loader coverage in the ref guide
- Closed