You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "JohnWu (Commented) (JIRA)" <ji...@apache.org> on 2011/12/30 09:13:31 UTC

[jira] [Commented] (SOLR-1395) Integrate Katta

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

JohnWu commented on SOLR-1395:
------------------------------

tom:

  can you merge the code of my comment - 31/Oct/11 08:2 in yours, and supply the multi-core function for the sub-proxy?
  so if the proxy and sub-proxy contains many schemas and support muli-core query, and all the schema are independent, we can add different query and business logic, and the hot deployment will give the solr real features which is katta can not be achieved.
  multi-core need change the code of your patch
	public SolrKattaServer(String defaultCoreName, CoreContainer coreContainer) {
		this.coreContainer = coreContainer;
		handler = new MultiEmbeddedSearchHandler(coreContainer);
		defaultCore = coreContainer.getCore(defaultCoreName);

  that's only load one solr conf folder in, so it only load one solr core
Thanks!

JohnWu
                
> Integrate Katta
> ---------------
>
>                 Key: SOLR-1395
>                 URL: https://issues.apache.org/jira/browse/SOLR-1395
>             Project: Solr
>          Issue Type: New Feature
>    Affects Versions: 1.4
>            Reporter: Jason Rutherglen
>            Priority: Minor
>             Fix For: 3.6, 4.0
>
>         Attachments: SOLR-1395.patch, SOLR-1395.patch, SOLR-1395.patch, back-end.log, front-end.log, hadoop-core-0.19.0.jar, katta-core-0.6-dev.jar, katta-solrcores.jpg, katta.node.properties, katta.zk.properties, log4j-1.2.13.jar, solr-1395-1431-3.patch, solr-1395-1431-4.patch, solr-1395-1431-katta0.6.patch, solr-1395-1431-katta0.6.patch, solr-1395-1431.patch, solr-1395-katta-0.6.2-1.patch, solr-1395-katta-0.6.2-2.patch, solr-1395-katta-0.6.2-3.patch, solr-1395-katta-0.6.2.patch, solr-1395-katta-0.6.3-4.patch, solr-1395-katta-0.6.3-5.patch, solr-1395-katta-0.6.3-6.patch, solr-1395-katta-0.6.3-7.patch, solr1395.jpg, test-katta-core-0.6-dev.jar, zkclient-0.1-dev.jar, zookeeper-3.2.1.jar
>
>   Original Estimate: 336h
>  Remaining Estimate: 336h
>
> We'll integrate Katta into Solr so that:
> * Distributed search uses Hadoop RPC
> * Shard/SolrCore distribution and management
> * Zookeeper based failover
> * Indexes may be built using Hadoop

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
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