[JENKINS] Lucene-Solr-4.x-Windows (32bit/jdk1.6.0_35) - Build # 587 - Still Failing!

2012-09-03 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Windows/587/ Java: 32bit/jdk1.6.0_35 -client -XX:+UseParallelGC All tests passed Build Log: [...truncated 18463 lines...] -jenkins-javadocs-lint: [...truncated 24 lines...] BUILD FAILED

Re: Build fail for tests

2012-09-03 Thread Dawid Weiss
D:\workspace\lucene-trunk\lucene\common-build.xml:741: At least JUnit version 4.10 is required on junit4's taskdef classpath. Does anyone know what can cause this? Yes. You need JUnit 4.10 or later on classpath where junit4 is defined. Exactly what it says above. If you share your

RE: Build fail for tests

2012-09-03 Thread Uwe Schindler
Hi, The problem is that you have an older jUnit version in your $ANT_HOME/lib or ~/.ant/lib classpath. Please use a freshly and clean installed ANT version (not one from your Linux distribution, those are often cluttered with outdated stuff). Lucene needs no such libraries like JUnit in

Re: Build fail for tests

2012-09-03 Thread Dawid Weiss
Yep, this may also be the reason, thanks Uwe. Dawid On Mon, Sep 3, 2012 at 10:33 AM, Uwe Schindler u...@thetaphi.de wrote: Hi, The problem is that you have an older jUnit version in your $ANT_HOME/lib or ~/.ant/lib classpath. Please use a freshly and clean installed ANT version (not one

Re: Build fail for tests

2012-09-03 Thread Sivan Yogev
Thanks David and Uwe, a clean ant installation did the work. Sivan On Mon, Sep 3, 2012 at 11:41 AM, Dawid Weiss dawid.we...@cs.put.poznan.plwrote: Yep, this may also be the reason, thanks Uwe. Dawid On Mon, Sep 3, 2012 at 10:33 AM, Uwe Schindler u...@thetaphi.de wrote: Hi, The

[jira] [Closed] (SOLR-3776) Parse NamedList for JaspellLookup factory, so fuzzy and edit distance can be enabled

2012-09-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler closed SOLR-3776. --- Resolution: Won't Fix Parse NamedList for JaspellLookup factory, so fuzzy and edit distance can

[jira] [Commented] (SOLR-3776) Parse NamedList for JaspellLookup factory, so fuzzy and edit distance can be enabled

2012-09-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13447189#comment-13447189 ] Uwe Schindler commented on SOLR-3776: - I did some testing on the weekend and found out

Re: svn commit: r1379362 - in /lucene/dev/branches/branch_4x/solr/core/src/test/org/apache/solr/cloud: BasicDistributedZk2Test.java BasicDistributedZkTest.java

2012-09-03 Thread Dawid Weiss
Oh man... now I know why the hell the JVM terminates with error 11... SyncThread's interrupt causes this: } catch (Throwable t) { LOG.fatal(Severe unrecoverable error, exiting, t); System.exit(11); } D. On Fri, Aug 31, 2012 at 5:21 PM, Dawid Weiss

Re: svn commit: r1379362 - in /lucene/dev/branches/branch_4x/solr/core/src/test/org/apache/solr/cloud: BasicDistributedZk2Test.java BasicDistributedZkTest.java

2012-09-03 Thread Robert Muir
we should open a bug at zookeeper. On Mon, Sep 3, 2012 at 7:03 AM, Dawid Weiss dawid.we...@cs.put.poznan.pl wrote: Oh man... now I know why the hell the JVM terminates with error 11... SyncThread's interrupt causes this: } catch (Throwable t) { LOG.fatal(Severe

[jira] [Created] (LUCENE-4352) only the test runner should be able to System.exit

2012-09-03 Thread Robert Muir (JIRA)
Robert Muir created LUCENE-4352: --- Summary: only the test runner should be able to System.exit Key: LUCENE-4352 URL: https://issues.apache.org/jira/browse/LUCENE-4352 Project: Lucene - Core

[jira] [Commented] (LUCENE-4352) only the test runner should be able to System.exit

2012-09-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13447236#comment-13447236 ] Uwe Schindler commented on LUCENE-4352: --- The problem is, thats not easy possible

[jira] [Commented] (LUCENE-4345) Create a Classification module

2012-09-03 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13447240#comment-13447240 ] Tommaso Teofili commented on LUCENE-4345: - bq. This will benefit from

[jira] [Commented] (LUCENE-4345) Create a Classification module

2012-09-03 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13447243#comment-13447243 ] Tommaso Teofili commented on LUCENE-4345: - bq. So we could consider

[jira] [Commented] (LUCENE-4352) only the test runner should be able to System.exit

2012-09-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13447246#comment-13447246 ] Uwe Schindler commented on LUCENE-4352: --- The thing we can do is to explicitely all

[jira] [Updated] (LUCENE-4345) Create a Classification module

2012-09-03 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili updated LUCENE-4345: Attachment: LUCENE-4345_2.patch attaching the updated patch (without Maps)

[jira] [Commented] (LUCENE-3865) MemoryIndex does not allow user to add multiple values for a single field name

2012-09-03 Thread Jasper van Veghel (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13447263#comment-13447263 ] Jasper van Veghel commented on LUCENE-3865: --- Is MemoryIndex still a relevant

[jira] [Commented] (LUCENE-4352) only the test runner should be able to System.exit

2012-09-03 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13447280#comment-13447280 ] Dawid Weiss commented on LUCENE-4352: - bq. Does the test runner call System.exit() at

Re: svn commit: r1379362 - in /lucene/dev/branches/branch_4x/solr/core/src/test/org/apache/solr/cloud: BasicDistributedZk2Test.java BasicDistributedZkTest.java

2012-09-03 Thread Dawid Weiss
I filed this: https://issues.apache.org/jira/browse/ZOOKEEPER-1544 Dawid On Mon, Sep 3, 2012 at 1:51 PM, Robert Muir rcm...@gmail.com wrote: we should open a bug at zookeeper. On Mon, Sep 3, 2012 at 7:03 AM, Dawid Weiss dawid.we...@cs.put.poznan.pl wrote: Oh man... now I know why the hell

[jira] [Updated] (LUCENE-4345) Create a Classification module

2012-09-03 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili updated LUCENE-4345: Attachment: (was: LUCENE-4345_2.patch) Create a Classification module

[jira] [Updated] (LUCENE-4345) Create a Classification module

2012-09-03 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili updated LUCENE-4345: Attachment: LUCENE-4345_2.patch Create a Classification module

[jira] [Commented] (LUCENE-4345) Create a Classification module

2012-09-03 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13447293#comment-13447293 ] Tommaso Teofili commented on LUCENE-4345: - bq. Nice! I've found that filtering

[jira] [Created] (SOLR-3782) A leader going down while updates are coming in can cause shard inconsistency.

2012-09-03 Thread Mark Miller (JIRA)
Mark Miller created SOLR-3782: - Summary: A leader going down while updates are coming in can cause shard inconsistency. Key: SOLR-3782 URL: https://issues.apache.org/jira/browse/SOLR-3782 Project: Solr

[jira] [Commented] (LUCENE-4352) only the test runner should be able to System.exit

2012-09-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13447314#comment-13447314 ] Uwe Schindler commented on LUCENE-4352: --- I played a little bit around and the above

[jira] [Commented] (LUCENE-4352) only the test runner should be able to System.exit

2012-09-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13447320#comment-13447320 ] Uwe Schindler commented on LUCENE-4352: --- See also:

[jira] [Commented] (LUCENE-4352) only the test runner should be able to System.exit

2012-09-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13447323#comment-13447323 ] Uwe Schindler commented on LUCENE-4352: --- Running with: {noformat} ant test

[jira] [Commented] (LUCENE-4352) only the test runner should be able to System.exit

2012-09-03 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13447334#comment-13447334 ] Dawid Weiss commented on LUCENE-4352: - Thanks for checking, Uwe. I could integrate a

[jira] [Commented] (LUCENE-4352) only the test runner should be able to System.exit

2012-09-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13447343#comment-13447343 ] Uwe Schindler commented on LUCENE-4352: --- I think, simply passing another

[jira] [Commented] (SOLR-3755) shard splitting

2012-09-03 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13447347#comment-13447347 ] Yonik Seeley commented on SOLR-3755: Just committed some more progress.

[jira] [Commented] (LUCENE-4340) Move all codecs but Lucene40 to a module

2012-09-03 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13447360#comment-13447360 ] Adrien Grand commented on LUCENE-4340: -- I tried the proposed approach on my local

[jira] [Commented] (LUCENE-4340) Move all codecs but Lucene40 to a module

2012-09-03 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13447366#comment-13447366 ] Steven Rowe commented on LUCENE-4340: - bq. does anyone know how to produce something

[jira] [Updated] (LUCENE-4352) only the test runner should be able to System.exit

2012-09-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-4352: -- Attachment: LUCENE-4352.patch Here is a quick patch thet prevents System.exit() with a dirty

[jira] [Commented] (LUCENE-4352) only the test runner should be able to System.exit

2012-09-03 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13447370#comment-13447370 ] Dawid Weiss commented on LUCENE-4352: - bq. This patch works for me, but I need a list

[jira] [Updated] (LUCENE-4352) only the test runner should be able to System.exit

2012-09-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-4352: -- Attachment: LUCENE-4352.patch Of course we can! Attached is new patch - using

[jira] [Updated] (LUCENE-4352) only the test runner should be able to System.exit

2012-09-03 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-4352: Attachment: LUCENE-4352.patch Isn't this equivalent with a slightly easier to read logic, Uwe?

[jira] [Commented] (LUCENE-4352) only the test runner should be able to System.exit

2012-09-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13447397#comment-13447397 ] Uwe Schindler commented on LUCENE-4352: --- The upwards delegation is mandatory, the

[jira] [Commented] (SOLR-3076) Solr should support block joins

2012-09-03 Thread Pavel Goncharik (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13447399#comment-13447399 ] Pavel Goncharik commented on SOLR-3076: --- Hi, I'm wondering if patches in this issue

[jira] [Commented] (SOLR-3755) shard splitting

2012-09-03 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13447400#comment-13447400 ] Yonik Seeley commented on SOLR-3755: It seems like we need logical shard parameters

[jira] [Commented] (LUCENE-4352) only the test runner should be able to System.exit

2012-09-03 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13447402#comment-13447402 ] Dawid Weiss commented on LUCENE-4352: - bq. If you override this method, then you

[jira] [Updated] (LUCENE-4352) only the test runner should be able to System.exit

2012-09-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-4352: -- Attachment: LUCENE-4352.patch Attached with additional javadocs and the delegation to super

[jira] [Assigned] (LUCENE-4352) only the test runner should be able to System.exit

2012-09-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler reassigned LUCENE-4352: - Assignee: Uwe Schindler only the test runner should be able to System.exit

[jira] [Updated] (LUCENE-4352) only the test runner should be able to System.exit

2012-09-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-4352: -- Component/s: general/test Affects Version/s: 4.0-BETA Fix Version/s: 4.0

[jira] [Commented] (LUCENE-4352) only the test runner should be able to System.exit

2012-09-03 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13447409#comment-13447409 ] Dawid Weiss commented on LUCENE-4352: - I think it's fine as far as my limited

[jira] [Commented] (SOLR-3076) Solr should support block joins

2012-09-03 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13447419#comment-13447419 ] Mikhail Khludnev commented on SOLR-3076: Hi I can't check it right now, can't

[jira] [Comment Edited] (SOLR-3076) Solr should support block joins

2012-09-03 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13447419#comment-13447419 ] Mikhail Khludnev edited comment on SOLR-3076 at 9/4/12 9:19 AM:

[jira] [Updated] (LUCENE-4352) only the test runner should be able to System.exit

2012-09-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-4352: -- Attachment: LUCENE-4352.patch My final version: - The access checks must be done with the

[jira] [Resolved] (LUCENE-4352) only the test runner should be able to System.exit

2012-09-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved LUCENE-4352. --- Resolution: Fixed Comitted trunk revision: 1380391 Committed 4.x revision: 1380392

[jira] [Commented] (LUCENE-4345) Create a Classification module

2012-09-03 Thread Lance Norskog (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13447429#comment-13447429 ] Lance Norskog commented on LUCENE-4345: --- bq. would make training slower but it