[ 
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.<init>(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.<init>(Algorithm.java:73)
>      [java]   at 
> org.apache.lucene.benchmark.byTask.Benchmark.<init>(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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to