Re: Build failed in Jenkins: slow-io-beasting #3752

2012-10-07 Thread Dawid Weiss
> [junit4:junit4] ERROR: JVM J3 ended with an exception: > java.lang.ArrayIndexOutOfBoundsException: 10 > [junit4:junit4] at java.util.ArrayList.add(ArrayList.java:352) I fixed it on rr master, it'll come with the next update. Dawid --

[JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.7.0_07) - Build # 1607 - Failure!

2012-10-07 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Linux/1607/ Java: 32bit/jdk1.7.0_07 -client -XX:+UseParallelGC 1 tests failed. REGRESSION: org.apache.lucene.analysis.core.TestRandomChains.testRandomChains Error Message: startOffset must be non-negative, and endOffset must be >= sta

Re: VOTE: release 4.0 (RC2)

2012-10-07 Thread Jack Krupansky
Success for smoke tester on my Windows 7 Cygwin machine. with Java 1.6.0_29. -- Jack Krupansky -Original Message- From: Robert Muir Sent: Saturday, October 06, 2012 4:10 AM To: dev@lucene.apache.org Subject: VOTE: release 4.0 (RC2) artifacts here: http://s.apache.org/lusolr40rc2 Than

[JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.7.0_07) - Build # 1084 - Failure!

2012-10-07 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows/1084/ Java: 64bit/jdk1.7.0_07 -XX:+UseG1GC All tests passed Build Log: [...truncated 27369 lines...] BUILD FAILED C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:245: The following error occurred while ex

[jira] [Updated] (LUCENE-1822) FastVectorHighlighter: SimpleFragListBuilder hard-coded 6 char margin is too naive

2012-10-07 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-1822: --- Attachment: LUCENE-1822.patch Thank you for updating tests, Arcadius! I'll commit tomorrow

RE: VOTE: release 4.0 (RC2)

2012-10-07 Thread Steven A Rowe
+1 The smoke tester succeeded for me on Win7+Cygwin and on OS X 10.8.2, using Oracle Java 1.6.0_35 and 1.7.0_07 on both OSs. Steve -Original Message- From: Robert Muir [mailto:rcm...@gmail.com] Sent: Saturday, October 06, 2012 4:11 AM To: dev@lucene.apache.org Subject: VOTE: release 4.

Re: Build failed in Jenkins: slow-io-beasting #3090

2012-10-07 Thread Michael McCandless
I couldn't repro after much beasting ... but I committed a possible fix. Mike McCandless http://blog.mikemccandless.com On Sun, Oct 7, 2012 at 1:37 AM, wrote: > See > > -- > [...truncate

Re: [JENKINS] Lucene-Solr-NightlyTests-trunk - Build # 56 - Failure

2012-10-07 Thread Michael McCandless
I committed a fix. Mike McCandless http://blog.mikemccandless.com On Sun, Oct 7, 2012 at 11:55 AM, Michael McCandless wrote: > Hmmm OOME w/ Test2BPostings ... > > It doesn't reproduce standalone, but does reproduce if I run all tests > w/ 2 JVMs (test leak somewhere?)... I'll get a heap dump a

[JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.6.0_35) - Build # 1081 - Failure!

2012-10-07 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows/1081/ Java: 64bit/jdk1.6.0_35 -XX:+UseParallelGC All tests passed Build Log: [...truncated 26371 lines...] BUILD FAILED C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:352: The following error occurred wh

Jenkins build is back to normal : slow-io-beasting #3753

2012-10-07 Thread hudsonseviltwin
See - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

Build failed in Jenkins: slow-io-beasting #3752

2012-10-07 Thread hudsonseviltwin
See -- [...truncated 3070 lines...] [junit4:junit4] OK 0.02s J1 | TestIndexInput.testRawIndexInputRead [junit4:junit4] OK 0.03s J1 | TestIndexInput.testBufferedIndexInputRead [juni

[jira] [Commented] (SOLR-3740) ExtendedDismaxQParser (edismax) does not obey q.op for parenthesized sub-queries

2012-10-07 Thread Michael Krkoska (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13471290#comment-13471290 ] Michael Krkoska commented on SOLR-3740: --- bq. In this specific case, you may want auto

[jira] [Commented] (SOLR-3740) ExtendedDismaxQParser (edismax) does not obey q.op for parenthesized sub-queries

2012-10-07 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13471287#comment-13471287 ] Yonik Seeley commented on SOLR-3740: bq. I ran into this issue with a simple query like

[jira] [Commented] (SOLR-3740) ExtendedDismaxQParser (edismax) does not obey q.op for parenthesized sub-queries

2012-10-07 Thread Michael Krkoska (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13471280#comment-13471280 ] Michael Krkoska commented on SOLR-3740: --- I ran into this issue with a simple query li

Re: [JENKINS] Lucene-Solr-NightlyTests-trunk - Build # 56 - Failure

2012-10-07 Thread Michael McCandless
Hmmm OOME w/ Test2BPostings ... It doesn't reproduce standalone, but does reproduce if I run all tests w/ 2 JVMs (test leak somewhere?)... I'll get a heap dump and look. Mike McCandless http://blog.mikemccandless.com On Sun, Oct 7, 2012 at 3:36 AM, Apache Jenkins Server wrote: > Build: https:/

[jira] [Updated] (SOLR-3919) Problem with hl.mergeContinuous - snippet is too long but only one hit

2012-10-07 Thread Yoni Amir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3919?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yoni Amir updated SOLR-3919: Summary: Problem with hl.mergeContinuous - snippet is too long but only one hit (was: Problem with hl.merge

[jira] [Updated] (SOLR-3919) Problem with hl.mergeContinuous - snippet is too long but only one hit

2012-10-07 Thread Yoni Amir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3919?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yoni Amir updated SOLR-3919: Description: I am using a configuration roughly as follows: true true 4 true I

[jira] [Created] (SOLR-3919) Problem with hl.mergeContinuous - sniipt is too long but only one hit

2012-10-07 Thread Yoni Amir (JIRA)
Yoni Amir created SOLR-3919: --- Summary: Problem with hl.mergeContinuous - sniipt is too long but only one hit Key: SOLR-3919 URL: https://issues.apache.org/jira/browse/SOLR-3919 Project: Solr Issue

[jira] [Updated] (SOLR-3919) Problem with hl.mergeContinuous - snippet is too long but only one hit

2012-10-07 Thread Yoni Amir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3919?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yoni Amir updated SOLR-3919: Description: I am using a configuration roughly as follows: true true 4 true I

[JENKINS] Lucene-Solr-NightlyTests-trunk - Build # 56 - Failure

2012-10-07 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-trunk/56/ 2 tests failed. REGRESSION: org.apache.lucene.index.Test2BPostings.test Error Message: background merge hit exception: _0(5.0):C10063430 _1(5.0):C10063430 _2(5.0):C10063430 _3(5.0):C10063430 _4(5.0):C10063430 _5(5.0):C10063