Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8F7D6106E0 for ; Mon, 19 Aug 2013 13:13:52 +0000 (UTC) Received: (qmail 74288 invoked by uid 500); 19 Aug 2013 13:13:51 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 74023 invoked by uid 500); 19 Aug 2013 13:13:50 -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 73543 invoked by uid 99); 19 Aug 2013 13:13:49 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Aug 2013 13:13:49 +0000 Date: Mon, 19 Aug 2013 13:13:49 +0000 (UTC) From: "William Harris (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (SOLR-2894) Implement distributed pivot faceting MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SOLR-2894?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D13743= 793#comment-13743793 ]=20 William Harris commented on SOLR-2894: -------------------------------------- Hey, Andrew. Really appreciate the effort here! I am seeing this error with the latest patch. {code} "error": { "msg": "java.lang.RuntimeException: Invalid version (expected 2, but 60= ) or the data in not in 'javabin' format", "trace": "org.apache.solr.common.SolrException: java.lang.RuntimeExcept= ion: Invalid version (expected 2, but 60) or the data in not in 'javabin' f= ormat\n\tat org.apache.solr.handler.component.SearchHandler.handleRequestBo= dy(SearchHandler.java:302)\n\tat org.apache.solr.handler.RequestHandlerBase= .handleRequest(RequestHandlerBase.java:135)\n\tat org.apache.solr.core.Solr= Core.execute(SolrCore.java:1850)\n\tat org.apache.solr.servlet.SolrDispatch= Filter.execute(SolrDispatchFilter.java:703)\n\tat org.apache.solr.servlet.S= olrDispatchFilter.doFilter(SolrDispatchFilter.java:406)\n\tat org.apache.so= lr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:195)\n\tat o= rg.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application= FilterChain.java:235)\n\tat org.apache.catalina.core.ApplicationFilterChain= .doFilter(ApplicationFilterChain.java:206)\n\tat org.apache.catalina.core.S= tandardWrapperValve.invoke(StandardWrapperValve.java:233)\n\tat org.apache.= catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)\n\= tat org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.jav= a:127)\n\tat org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReport= Valve.java:102)\n\tat org.apache.catalina.core.StandardEngineValve.invoke(S= tandardEngineValve.java:109)\n\tat org.apache.catalina.connector.CoyoteAdap= ter.service(CoyoteAdapter.java:298)\n\tat org.apache.coyote.http11.Http11Pr= ocessor.process(Http11Processor.java:857)\n\tat org.apache.coyote.http11.Ht= tp11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)\n\tat= org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)\n\= tat java.lang.Thread.run(Thread.java:724)\nCaused by: java.lang.RuntimeExce= ption: Invalid version (expected 2, but 60) or the data in not in 'javabin'= format\n\tat org.apache.solr.common.util.JavaBinCodec.unmarshal(JavaBinCod= ec.java:110)\n\tat org.apache.solr.client.solrj.impl.BinaryResponseParser.p= rocessResponse(BinaryResponseParser.java:41)\n\tat org.apache.solr.client.s= olrj.impl.HttpSolrServer.request(HttpSolrServer.java:407)\n\tat org.apache.= solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)\n\ta= t org.apache.solr.handler.component.HttpShardHandler$1.call(HttpShardHandle= r.java:155)\n\tat org.apache.solr.handler.component.HttpShardHandler$1.call= (HttpShardHandler.java:118)\n\tat java.util.concurrent.FutureTask$Sync.inne= rRun(FutureTask.java:334)\n\tat java.util.concurrent.FutureTask.run(FutureT= ask.java:166)\n\tat java.util.concurrent.Executors$RunnableAdapter.call(Exe= cutors.java:471)\n\tat java.util.concurrent.FutureTask$Sync.innerRun(Future= Task.java:334)\n\tat java.util.concurrent.FutureTask.run(FutureTask.java:16= 6)\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecut= or.java:1145)\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(Thre= adPoolExecutor.java:615)\n\t... 1 more\n", "code": 500 } {code} Trying it with 2 pivots. Not sure what's causing it, but let me know if I can do anything to help! =20 > Implement distributed pivot faceting > ------------------------------------ > > Key: SOLR-2894 > URL: https://issues.apache.org/jira/browse/SOLR-2894 > Project: Solr > Issue Type: Improvement > Reporter: Erik Hatcher > Fix For: 4.5 > > Attachments: SOLR-2894.patch, SOLR-2894.patch, SOLR-2894.patch, S= OLR-2894.patch, SOLR-2894.patch, SOLR-2894.patch, SOLR-2894.patch, SOLR-289= 4.patch, SOLR-2894.patch, SOLR-2894.patch, SOLR-2894.patch, SOLR-2894.patch= , SOLR-2894.patch, SOLR-2894.patch, SOLR-2894-reworked.patch > > > Following up on SOLR-792, pivot faceting currently only supports undistri= buted mode. Distributed pivot faceting needs to be implemented. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs 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