From dev-return-65671-apmail-lucene-dev-archive=lucene.apache.org@lucene.apache.org Tue Mar 01 13:38:07 2011 Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 91804 invoked from network); 1 Mar 2011 13:38:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Mar 2011 13:38:06 -0000 Received: (qmail 56883 invoked by uid 500); 1 Mar 2011 13:38:05 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 56665 invoked by uid 500); 1 Mar 2011 13:38:02 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 56657 invoked by uid 99); 1 Mar 2011 13:38:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Mar 2011 13:38:01 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Mar 2011 13:37:59 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id A32BF4398D for ; Tue, 1 Mar 2011 13:37:38 +0000 (UTC) Date: Tue, 1 Mar 2011 13:37:38 +0000 (UTC) From: "JohnWu (JIRA)" To: dev@lucene.apache.org Message-ID: <44441736.4985.1298986658664.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Commented: (SOLR-1395) Integrate Katta MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/SOLR-1395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13000871#comment-13000871 ] JohnWu commented on SOLR-1395: ------------------------------ Tomliu: yeah, I trace the process, 1) proxy: shard=*; 2) subproxy receive the request, param: shards=seo0; but I don't know how to set the subproxy to dispatch the query to seo0, you know the solr is not start as a service in Tomcat(subproxy is start by katta), so slorconfig.xml of subproxy can not set the shard as the http://localhost:8080/seo0. we trace the code, find out the query in proxy param: isdistribute=true, can call the distributeprocess, but the query in subproxy, the param: isdistribute=false, so can you tell me the how to set the shard info in subproxy? 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: Next > > 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, 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. - 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