[jira] [Created] (LUCENE-4367) The IntelliJ configuration can't directly handle complex inter-module dependencies involving the test-framework modules

2012-09-09 Thread Steven Rowe (JIRA)
Steven Rowe created LUCENE-4367: --- Summary: The IntelliJ configuration can't directly handle complex inter-module dependencies involving the test-framework modules Key: LUCENE-4367 URL: https://issues.apache.org/jira

[jira] [Commented] (SOLR-3686) fix solr/core and solr/solrj not to share a lib/ directory

2012-09-09 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13451532#comment-13451532 ] Steven Rowe commented on SOLR-3686: --- bq. I have it on my list to try to set up IntelliJ l

[jira] [Updated] (LUCENE-4367) The IntelliJ configuration can't directly handle complex inter-module dependencies involving the test-framework modules

2012-09-09 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Rowe updated LUCENE-4367: Attachment: LUCENE-4367.patch Trunk patch splitting test-only modules off to eliminate circular de

Build hung endless, no automatic stop by test-framework

2012-09-09 Thread Uwe Schindler
This build hung 6hrs: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-java7/3180/ Interestingly the output is strange, the test runner did not even know *where* the test hung. - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de --

[jira] [Created] (LUCENE-4368) make sentinel object in HitQueue a singleton?

2012-09-09 Thread Steven Bethard (JIRA)
Steven Bethard created LUCENE-4368: -- Summary: make sentinel object in HitQueue a singleton? Key: LUCENE-4368 URL: https://issues.apache.org/jira/browse/LUCENE-4368 Project: Lucene - Core Iss

[jira] [Commented] (LUCENE-4368) make sentinel object in HitQueue a singleton?

2012-09-09 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13451566#comment-13451566 ] Uwe Schindler commented on LUCENE-4368: --- Hi, this is not possible, as the sentinel

[jira] [Closed] (LUCENE-4368) make sentinel object in HitQueue a singleton?

2012-09-09 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler closed LUCENE-4368. - Resolution: Not A Problem Assignee: Uwe Schindler > make sentinel object in HitQueue a

[jira] [Commented] (LUCENE-4368) make sentinel object in HitQueue a singleton?

2012-09-09 Thread Steven Bethard (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13451568#comment-13451568 ] Steven Bethard commented on LUCENE-4368: I see. Thanks for the explanation!

[jira] [Commented] (LUCENE-4368) make sentinel object in HitQueue a singleton?

2012-09-09 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13451569#comment-13451569 ] Uwe Schindler commented on LUCENE-4368: --- In general you shoul definitly *not* pass

[jira] [Commented] (LUCENE-3312) Break out StorableField from IndexableField

2012-09-09 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13451574#comment-13451574 ] Uwe Schindler commented on LUCENE-3312: --- s/Uwe/Nikola/; > Break ou

[jira] [Commented] (LUCENE-4368) make sentinel object in HitQueue a singleton?

2012-09-09 Thread Steven Bethard (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13451575#comment-13451575 ] Steven Bethard commented on LUCENE-4368: Yeah, I was actually using IndexReader.m

[jira] [Commented] (LUCENE-4368) make sentinel object in HitQueue a singleton?

2012-09-09 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13451576#comment-13451576 ] Uwe Schindler commented on LUCENE-4368: --- If you want to callect *all* hits, its stu

[jira] [Commented] (LUCENE-4368) make sentinel object in HitQueue a singleton?

2012-09-09 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13451578#comment-13451578 ] Uwe Schindler commented on LUCENE-4368: --- TopDocs collecting only works fast with mu

[jira] [Commented] (LUCENE-3312) Break out StorableField from IndexableField

2012-09-09 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13451579#comment-13451579 ] Chris Male commented on LUCENE-3312: David, just at a guess I imagine the branch used

Re: Build hung endless, no automatic stop by test-framework

2012-09-09 Thread Dawid Weiss
Did you take the snapshot of the workbench (event) files, Uwe? > Interestingly the output is strange, the test runner did not even know > *where* the test hung. It's possible if the forked jvm hung in between suites. Not likely, but possible. Dawid -

Re: Build hung endless, no automatic stop by test-framework

2012-09-09 Thread Dawid Weiss
I'm taking it right now, nevermind. On Sun, Sep 9, 2012 at 2:12 PM, Dawid Weiss wrote: > Did you take the snapshot of the workbench (event) files, Uwe? > >> Interestingly the output is strange, the test runner did not even know >> *where* the test hung. > > It's possible if the forked jvm hung i

[jira] [Commented] (LUCENE-4368) make sentinel object in HitQueue a singleton?

2012-09-09 Thread Steven Bethard (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13451585#comment-13451585 ] Steven Bethard commented on LUCENE-4368: Makes sense. Thanks again.

Re: Build hung endless, no automatic stop by test-framework

2012-09-09 Thread Dawid Weiss
I can't explain it, both JVMs emitted QUIT events so they should have terminated properly. There's nothing in the sysout spills. Next time you see this, should it happen again, don't terminate the build, Uwe, ok? I'd like to take some diagnostics (stack traces) from live JVMs. Dawid On Sun, Sep 9

[jira] [Commented] (LUCENE-4367) The IntelliJ configuration can't directly handle complex inter-module dependencies involving the test-framework modules

2012-09-09 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13451618#comment-13451618 ] Yonik Seeley commented on LUCENE-4367: -- Thanks Steve, you're a lifesaver!

RE: Build hung endless, no automatic stop by test-framework

2012-09-09 Thread Uwe Schindler
OK. I wanted to test a Maven build, so I had to cancel this one. Otherwise I would have informed you :-) - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: dawid.we...@gmail.com [mailto:dawid.we...@gmail.

[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.6.0_35) - Build # 993 - Failure!

2012-09-09 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux/993/ Java: 32bit/jdk1.6.0_35 -server -XX:+UseConcMarkSweepGC All tests passed Build Log: [...truncated 20234 lines...] -jenkins-javadocs-lint: javadocs-lint: [...truncated 1601 lines...] javadocs-lint: [exec] [exec

[JENKINS] Lucene-Solr-SmokeRelease-trunk - Build # 14 - Still Failing

2012-09-09 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-trunk/14/ No tests ran. Build Log: [...truncated 26170 lines...] prepare-release-no-sign: [mkdir] Created dir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-SmokeRelease-trunk/lucene/build/fakeRelease [copy] Copying 381

[jira] [Created] (SOLR-3814) Partial document update silently breaks multi-valued constraint

2012-09-09 Thread Yoni Amir (JIRA)
Yoni Amir created SOLR-3814: --- Summary: Partial document update silently breaks multi-valued constraint Key: SOLR-3814 URL: https://issues.apache.org/jira/browse/SOLR-3814 Project: Solr Issue Type:

[jira] [Commented] (SOLR-3814) Partial document update silently breaks multi-valued constraint

2012-09-09 Thread Yoni Amir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13451642#comment-13451642 ] Yoni Amir commented on SOLR-3814: - I think this happens because price_c is the destination

[JENKINS] Lucene-Solr-Tests-4.x-Java6 - Build # 609 - Still Failing

2012-09-09 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-4.x-Java6/609/ All tests passed Build Log: [...truncated 20502 lines...] -jenkins-javadocs-lint: javadocs-lint: [...truncated 1608 lines...] javadocs-lint: [exec] [exec] Crawl/parse... [exec] [exec] build/docs/core/o

Re: Build hung endless, no automatic stop by test-framework

2012-09-09 Thread Dawid Weiss
> I wanted to test a Maven build, so I had to cancel this one. Otherwise I > would have informed you :-) I know. Or take a stack trace of all the live VMs next time :) D. - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.

[JENKINS] Lucene-Solr-Tests-trunk-Java6 - Build # 15204 - Failure

2012-09-09 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java6/15204/ All tests passed Build Log: [...truncated 20372 lines...] -jenkins-javadocs-lint: javadocs-lint: [...truncated 1603 lines...] javadocs-lint: [exec] [exec] Crawl/parse... [exec] [exec] build/docs/co

Re: [JENKINS] Lucene-Solr-Tests-4.x-Java6 - Build # 608 - Failure

2012-09-09 Thread Michael McCandless
This failure reproduces ... I'm not sure what's up ... ant test -Dtestcase=GroupFacetCollectorTest -Dtests.method=testRandom -Dtests.seed=115039C6A89AE1D1 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=vi_VN -Dtests.timezone=Jamaica -Dtests.file.encoding=UTF-8 Mike McCandless http://blog

[jira] [Created] (LUCENE-4369) StringFields name is unintuitive and not helpful

2012-09-09 Thread Robert Muir (JIRA)
Robert Muir created LUCENE-4369: --- Summary: StringFields name is unintuitive and not helpful Key: LUCENE-4369 URL: https://issues.apache.org/jira/browse/LUCENE-4369 Project: Lucene - Core Issue

[jira] [Commented] (LUCENE-4369) StringFields name is unintuitive and not helpful

2012-09-09 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13451668#comment-13451668 ] Michael McCandless commented on LUCENE-4369: +1 for MatchOnlyField.

HEARTBEAT no events message while running JUNIT tests

2012-09-09 Thread Nagendra Nagarajayya
Hi! I am running the tests that come with with Solr 4.0 BETA and find these messages: [junit4:junit4] HEARTBEAT J0: 2012-09-09T07:41:40, no events in: 126s, approx. at: TestReplicationHandler.test [junit4:junit4] Suite: org.apache.solr.cloud.OverseerTest [junit4:junit4] Completed on J1 in 4

[JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.6.0_35) - Build # 983 - Failure!

2012-09-09 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Linux/983/ Java: 32bit/jdk1.6.0_35 -client -XX:+UseParallelGC All tests passed Build Log: [...truncated 20378 lines...] -jenkins-javadocs-lint: javadocs-lint: [...truncated 1606 lines...] javadocs-lint: [exec] [exec] Crawl

[jira] [Resolved] (LUCENE-4367) The IntelliJ configuration can't directly handle complex inter-module dependencies involving the test-framework modules

2012-09-09 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Rowe resolved LUCENE-4367. - Resolution: Fixed Fix Version/s: 4.0 5.0 Lucene Fields: New,Patch A

[jira] [Resolved] (SOLR-3814) Partial document update silently breaks multi-valued constraint

2012-09-09 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved SOLR-3814. Resolution: Duplicate This has already been fixed via SOLR-3743 > Partial document

Re: HEARTBEAT no events message while running JUNIT tests

2012-09-09 Thread Dawid Weiss
> [junit4:junit4] HEARTBEAT J0: 2012-09-09T07:42:40, no events in: 186s, > approx. at: TestReplicationHandler.test How long did you wait? Did it complete after some time? This message doesn't mean anything bad in itself, maybe the test is just long. Dawid ---

Re: HEARTBEAT no events message while running JUNIT tests

2012-09-09 Thread Dawid Weiss
> How long did you wait? Did it complete after some time? This message > doesn't mean anything bad in itself, maybe the test is just long. TestReplicationHandler takes about 45-50 seconds on an I7 machine so I guess it can run slower on your system. Dawid

[JENKINS] Lucene-Solr-NightlyTests-4.x - Build # 29 - Failure

2012-09-09 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-4.x/29/ All tests passed Build Log: [...truncated 20617 lines...] -jenkins-javadocs-lint: javadocs-lint: [...truncated 1608 lines...] javadocs-lint: [exec] [exec] Crawl/parse... [exec] [exec] build/docs/core/o

Re: HEARTBEAT no events message while running JUNIT tests

2012-09-09 Thread Nagendra Nagarajayya
Thanks Dawid! It does not finish, just sits there with this message being printed out every few seconds : [junit4:junit4] HEARTBEAT J0: 2012-09-09T08:11:40, no events in: 1927s, approx. at: TestReplicationHandler.test No exceptions or test failures ... I waited quite bit of time ( 1927 sec

[jira] [Created] (SOLR-3815) add hash range to shard

2012-09-09 Thread Yonik Seeley (JIRA)
Yonik Seeley created SOLR-3815: -- Summary: add hash range to shard Key: SOLR-3815 URL: https://issues.apache.org/jira/browse/SOLR-3815 Project: Solr Issue Type: Sub-task Reporter: Yon

[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.6.0_35) - Build # 1000 - Failure!

2012-09-09 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux/1000/ Java: 32bit/jdk1.6.0_35 -server -XX:+UseConcMarkSweepGC All tests passed Build Log: [...truncated 20231 lines...] -jenkins-javadocs-lint: javadocs-lint: [...truncated 1601 lines...] javadocs-lint: [exec] [exe

[jira] [Commented] (SOLR-3815) add hash range to shard

2012-09-09 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13451702#comment-13451702 ] Yonik Seeley commented on SOLR-3815: This issue is for - pulling apart the different

[JENKINS] Lucene-Solr-4.x-Linux (64bit/jdk1.6.0_35) - Build # 987 - Failure!

2012-09-09 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Linux/987/ Java: 64bit/jdk1.6.0_35 -XX:+UseSerialGC All tests passed Build Log: [...truncated 20387 lines...] -jenkins-javadocs-lint: javadocs-lint: [...truncated 1606 lines...] javadocs-lint: [exec] [exec] Crawl/parse...

Re: [JENKINS] Lucene-Solr-Tests-4.x-Java6 - Build # 608 - Failure

2012-09-09 Thread Martijn v Groningen
Committed a fix for this. On 9 September 2012 21:31, Michael McCandless wrote: > This failure reproduces ... I'm not sure what's up ... > > ant test -Dtestcase=GroupFacetCollectorTest -Dtests.method=testRandom > -Dtests.seed=115039C6A89AE1D1 -Dtests.multiplier=3 -Dtests.slow=true > -Dtests.local

[jira] [Updated] (LUCENE-4226) Efficient compression of small to medium stored fields

2012-09-09 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-4226: - Attachment: LUCENE-4226.patch Thanks for your kind words, David! Here is a new version of the p

[jira] [Commented] (LUCENE-4369) StringFields name is unintuitive and not helpful

2012-09-09 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13451710#comment-13451710 ] Adrien Grand commented on LUCENE-4369: -- +1 > StringFields name is u

[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.6.0_35) - Build # 1001 - Still Failing!

2012-09-09 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux/1001/ Java: 32bit/jdk1.6.0_35 -server -XX:+UseConcMarkSweepGC All tests passed Build Log: [...truncated 20226 lines...] -jenkins-javadocs-lint: javadocs-lint: [...truncated 1601 lines...] javadocs-lint: [exec] [exe

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

2012-09-09 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Linux/988/ Java: 32bit/jdk1.6.0_35 -client -XX:+UseParallelGC All tests passed Build Log: [...truncated 20384 lines...] -jenkins-javadocs-lint: javadocs-lint: [...truncated 1606 lines...] javadocs-lint: [exec] [exec] Crawl

[jira] [Updated] (SOLR-3815) add hash range to shard

2012-09-09 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-3815: --- Attachment: SOLR-3815.patch Here's a patch that does the bare minimum to separate out Replica from Zk

[jira] [Commented] (LUCENE-4369) StringFields name is unintuitive and not helpful

2012-09-09 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13451730#comment-13451730 ] Chris Male commented on LUCENE-4369: I'm +1 for renaming this field (and even conside

[JENKINS] Lucene-Solr-Tests-4.x-Java6 - Build # 610 - Still Failing

2012-09-09 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-4.x-Java6/610/ All tests passed Build Log: [...truncated 20433 lines...] -jenkins-javadocs-lint: javadocs-lint: [...truncated 1608 lines...] javadocs-lint: [exec] [exec] Crawl/parse... [exec] [exec] build/docs/core/o

[jira] [Commented] (SOLR-3815) add hash range to shard

2012-09-09 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13451735#comment-13451735 ] Yonik Seeley commented on SOLR-3815: Committed: trunk - http://svn.apache.org/viewvc?vi

[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.6.0_35) - Build # 1004 - Failure!

2012-09-09 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux/1004/ Java: 32bit/jdk1.6.0_35 -client -XX:+UseSerialGC All tests passed Build Log: [...truncated 20281 lines...] -jenkins-javadocs-lint: javadocs-lint: [...truncated 1601 lines...] javadocs-lint: [exec] [exec] Craw

[JENKINS] Lucene-Solr-Tests-trunk-Java6 - Build # 15205 - Still Failing

2012-09-09 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java6/15205/ All tests passed Build Log: [...truncated 20317 lines...] -jenkins-javadocs-lint: javadocs-lint: [...truncated 1604 lines...] javadocs-lint: [exec] [exec] Crawl/parse... [exec] [exec] build/docs/co

Re: HEARTBEAT no events message while running JUNIT tests

2012-09-09 Thread Erick Erickson
FWIW, I'm hitting this very consistently on my OS X Lion on the 4.x branch. Is there anything I can do to help track this down since I appear to be lucky? Erick On Sun, Sep 9, 2012 at 3:18 PM, Nagendra Nagarajayya wrote: > Thanks Dawid! > > It does not finish, just sits there with this message

Re: [jira] [Commented] (LUCENE-4369) StringFields name is unintuitive and not helpful

2012-09-09 Thread Erick Erickson
+1 I've lost count of the number of times people on the user's list have used the string type and wondered why searches on terms in the field didn't work. Erick On Sun, Sep 9, 2012 at 6:46 PM, Chris Male (JIRA) wrote: > > [ > https://issues.apache.org/jira/browse/LUCENE-4369?page=com.atlass

[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.6.0_35) - Build # 1006 - Failure!

2012-09-09 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux/1006/ Java: 32bit/jdk1.6.0_35 -client -XX:+UseParallelGC All tests passed Build Log: [...truncated 20232 lines...] -jenkins-javadocs-lint: javadocs-lint: [...truncated 1603 lines...] javadocs-lint: [exec] [exec] Cr

Re: HEARTBEAT no events message while running JUNIT tests

2012-09-09 Thread Dawid Weiss
> No exceptions or test failures ... I waited quite bit of time ( 1927 seconds > as above ). This seems to get thrown out of other tests too, sometimes after > one or two of these messages, test continues to run but in cases like this This is a heartbeat, it's not an exception. It's just to let yo

[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.6.0_35) - Build # 1008 - Failure!

2012-09-09 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux/1008/ Java: 32bit/jdk1.6.0_35 -client -XX:+UseSerialGC All tests passed Build Log: [...truncated 20232 lines...] -jenkins-javadocs-lint: javadocs-lint: [...truncated 1601 lines...] javadocs-lint: [exec] [exec] Craw