OK this is a thread-safety issue in IW, a regression, caused by https://issues.apache.org/jira/browse/LUCENE-6579
When handling a tragic exception we fail to block on any running (in another thread) commit ... I'll open an issue. Mike McCandless http://blog.mikemccandless.com On Tue, Sep 8, 2015 at 7:13 PM, Michael McCandless <[email protected]> wrote: > I'll dig ... it repros on beasting. > > Separately, it looks like build failures from the ES jenkins instances > still must go through moderation on the Lucene dev list? (I don't see this > build failure on the dev list yet ...). > > We had tried to fix this but it looks like it did not take! > > Mike McCandless > > On Tue, Sep 8, 2015 at 5:39 PM, <[email protected]> wrote: > >> *BUILD FAILURE* >> Build URL >> http://build-eu-00.elastic.co/job/lucene_linux_java8_64_test_only/63025/ >> Project:lucene_linux_java8_64_test_only Randomization: >> JDK8,network,heap[799m],-server >> +UseG1GC +UseCompressedOops,sec manager on Date of build:Tue, 08 Sep >> 2015 23:36:36 +0200 Build duration:2 min 44 sec >> *CHANGES* No Changes >> *BUILD ARTIFACTS* >> - >> checkout/lucene/build/core/test/temp/junit4-J0-20150908_233706_469.events >> <http://build-eu-00.elastic.co/job/lucene_linux_java8_64_test_only/63025/artifact/checkout/lucene/build/core/test/temp/junit4-J0-20150908_233706_469.events> >> - >> checkout/lucene/build/core/test/temp/junit4-J1-20150908_233706_472.events >> <http://build-eu-00.elastic.co/job/lucene_linux_java8_64_test_only/63025/artifact/checkout/lucene/build/core/test/temp/junit4-J1-20150908_233706_472.events> >> - >> checkout/lucene/build/core/test/temp/junit4-J2-20150908_233706_469.events >> <http://build-eu-00.elastic.co/job/lucene_linux_java8_64_test_only/63025/artifact/checkout/lucene/build/core/test/temp/junit4-J2-20150908_233706_469.events> >> - >> checkout/lucene/build/core/test/temp/junit4-J3-20150908_233706_472.events >> <http://build-eu-00.elastic.co/job/lucene_linux_java8_64_test_only/63025/artifact/checkout/lucene/build/core/test/temp/junit4-J3-20150908_233706_472.events> >> - >> checkout/lucene/build/core/test/temp/junit4-J4-20150908_233706_469.events >> <http://build-eu-00.elastic.co/job/lucene_linux_java8_64_test_only/63025/artifact/checkout/lucene/build/core/test/temp/junit4-J4-20150908_233706_469.events> >> - >> checkout/lucene/build/core/test/temp/junit4-J5-20150908_233706_469.events >> <http://build-eu-00.elastic.co/job/lucene_linux_java8_64_test_only/63025/artifact/checkout/lucene/build/core/test/temp/junit4-J5-20150908_233706_469.events> >> - >> checkout/lucene/build/core/test/temp/junit4-J6-20150908_233706_472.events >> <http://build-eu-00.elastic.co/job/lucene_linux_java8_64_test_only/63025/artifact/checkout/lucene/build/core/test/temp/junit4-J6-20150908_233706_472.events> >> - >> checkout/lucene/build/core/test/temp/junit4-J7-20150908_233706_472.events >> <http://build-eu-00.elastic.co/job/lucene_linux_java8_64_test_only/63025/artifact/checkout/lucene/build/core/test/temp/junit4-J7-20150908_233706_472.events> >> *FAILED JUNIT TESTS* Name: org.apache.lucene.index Failed: 1 test(s), >> Passed: 792 test(s), Skipped: 24 test(s), Total: 817 test(s) >> *- Failed: org.apache.lucene.index.TestIndexFileDeleter.testExcInDecRef * >> *CONSOLE OUTPUT* [...truncated 1824 lines...] [junit4] Tests with >> failures: [junit4] - >> org.apache.lucene.index.TestIndexFileDeleter.testExcInDecRef [junit4] >> [junit4] >> [junit4] JVM J0: 0.80 .. 125.00 = 124.20s [junit4] JVM J1: 1.00 .. >> 127.13 = 126.12s [junit4] JVM J2: 1.00 .. 136.48 = 135.48s [junit4] JVM >> J3: 1.00 .. 126.06 = 125.06s [junit4] JVM J4: 1.00 .. 132.71 = 131.71s >> [junit4] >> JVM J5: 1.00 .. 126.27 = 125.27s [junit4] JVM J6: 1.00 .. 126.38 = >> 125.37s [junit4] JVM J7: 1.00 .. 125.70 = 124.70s [junit4] Execution >> time total: 2 minutes 16 seconds [junit4] Tests summary: 414 suites, >> 3332 tests, 1 error, 51 ignored (47 assumptions) BUILD FAILED >> /home/jenkins/workspace/lucene_linux_java8_64_test_only/checkout/lucene/build.xml:50: >> The following error occurred while executing this line: >> /home/jenkins/workspace/lucene_linux_java8_64_test_only/checkout/lucene/common-build.xml:1452: >> The following error occurred while executing this line: >> /home/jenkins/workspace/lucene_linux_java8_64_test_only/checkout/lucene/common-build.xml:1006: >> There were test failures: 414 suites, 3332 tests, 1 error, 51 ignored (47 >> assumptions) Total time: 2 minutes 26 seconds Build step 'Invoke Ant' >> marked build as failure Archiving artifacts Recording test results >> [description-setter] >> Description set: JDK8,network,heap[799m],-server +UseG1GC >> +UseCompressedOops,sec manager on Email was triggered for: Failure - 1st >> Trigger >> Failure - Any was overridden by another trigger and will not send an email. >> Trigger >> Failure - Still was overridden by another trigger and will not send an >> email. Sending email for trigger: Failure - 1st >> > >
