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 53848988C for ; Wed, 15 Feb 2012 14:57:25 +0000 (UTC) Received: (qmail 94618 invoked by uid 500); 15 Feb 2012 14:57:24 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 94543 invoked by uid 500); 15 Feb 2012 14:57:24 -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 94535 invoked by uid 99); 15 Feb 2012 14:57:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Feb 2012 14:57:24 +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; Wed, 15 Feb 2012 14:57:19 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 8F6911B9DEE for ; Wed, 15 Feb 2012 14:56:59 +0000 (UTC) Date: Wed, 15 Feb 2012 14:56:59 +0000 (UTC) From: "Robert Muir (Resolved) (JIRA)" To: dev@lucene.apache.org Message-ID: <535689990.40820.1329317819588.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <586811316.23665.1328867639545.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (LUCENE-3768) Typo in some of the .alg files: ForcMerge instead of ForceMerge MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LUCENE-3768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-3768. --------------------------------- Resolution: Fixed Fix Version/s: 4.0 3.6 Thanks Sami, upon backporting to 3.x, your test found some other bug in benchmark... its temporarily disabled in 3.x until we figure out whats going on... I'll open a separate issue. > Typo in some of the .alg files: ForcMerge instead of ForceMerge > --------------------------------------------------------------- > > Key: LUCENE-3768 > URL: https://issues.apache.org/jira/browse/LUCENE-3768 > Project: Lucene - Java > Issue Type: Bug > Components: modules/benchmark > Affects Versions: 4.0 > Reporter: Sami Siren > Assignee: Robert Muir > Fix For: 3.6, 4.0 > > Attachments: LUCENE-3768.patch, LUCENE-3768.patch, LUCENE-3768.patch > > > Some of the alg files have a typo and have ForcMerge when they should have ForceMerge. This causes following exception to display when those are used: > {code} > [java] java.lang.Exception: Error: cannot understand algorithm! > [java] at org.apache.lucene.benchmark.byTask.Benchmark.(Benchmark.java:63) > [java] at org.apache.lucene.benchmark.byTask.Benchmark.exec(Benchmark.java:109) > [java] at org.apache.lucene.benchmark.byTask.Benchmark.main(Benchmark.java:84) > [java] Caused by: java.lang.ClassNotFoundException: ForcMerge not found in packages [org.apache.lucene.benchmark.byTask.tasks] > [java] at org.apache.lucene.benchmark.byTask.utils.Algorithm.taskClass(Algorithm.java:283) > [java] at org.apache.lucene.benchmark.byTask.utils.Algorithm.(Algorithm.java:73) > [java] at org.apache.lucene.benchmark.byTask.Benchmark.(Benchmark.java:61) > [java] ... 2 more > {code} > Caused by: java.lang.ClassNotFoundException: ForcMerge not found in packages [org.apache.lucene.benchmark.byTask.tasks] -- 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