[ 
https://issues.apache.org/jira/browse/SOLR-5115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13732077#comment-13732077
 ] 

Mark Miller edited comment on SOLR-5115 at 8/7/13 3:03 PM:
-----------------------------------------------------------

Dropping the getConfigDir() impl worries me - this was a good safety mechanism 
to ensure developers knew that they had to count on the config files being in 
zk.

I'm not sure how I feel about supporting this mixed mode.

It may be better to concentrate on solutions for large files in zk. You said 
raising the limit used to work for you - perhaps we should get to the bottom of 
why it does not anymore?

We other options to look at as well - compression, the api that lets you write 
multiple zk nodes atomically (split large files), etc.
                
      was (Author: [email protected]):
    Dropping the getConfigDir() impl worries me - this was a good safety 
mechanism to ensure developers knew that they had to count on the config files 
being in zk.

I'm not sure how I feel about supporting this mixed mode.

It may be better to concentrate on solutions for large files in zk. You should 
raising the limit used to work for you - perhaps we should get to the bottom of 
why it does not anymore?

We other options to look at as well - compression, the api that lets you write 
multiple zk nodes atomically (split large files), etc.
                  
> ZkResourceLoader to support reading with SolrResourceLoader
> -----------------------------------------------------------
>
>                 Key: SOLR-5115
>                 URL: https://issues.apache.org/jira/browse/SOLR-5115
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 4.4
>            Reporter: Markus Jelsma
>             Fix For: 4.5, 5.0
>
>         Attachments: SOLR-5155-trunk.patch
>
>
> Large configuration files have little place in Zookeeper and it seems 
> impossible to make it work these days. This patch supports file:// resources 
> that are delegated back to SolrResourceLoader.
> See also 
> http://www.mail-archive.com/[email protected]/msg86856.html why i 
> could no longer make Solr work with large configuration files.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to