You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Mark Miller (JIRA)" <ji...@apache.org> on 2013/08/07 17:04:47 UTC

[jira] [Comment Edited] (SOLR-5115) ZkResourceLoader to support reading with SolrResourceLoader

    [ 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: markrmiller@gmail.com):
    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/solr-user@lucene.apache.org/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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org