[ https://issues.apache.org/jira/browse/BOOKKEEPER-919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15240123#comment-15240123 ]
ASF GitHub Bot commented on BOOKKEEPER-919: ------------------------------------------- GitHub user merlimat opened a pull request: https://github.com/apache/bookkeeper/pull/37 BOOKKEEPER-919: Auditor is sometimes marking as failed a bookie switc… …hing from available to read-only mode You can merge this pull request into a Git repository by running: $ git pull https://github.com/merlimat/bookkeeper bk-919 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/bookkeeper/pull/37.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #37 ---- commit 2b701510b162040f60c5000c9ff07341eb2c660a Author: Matteo Merli <mme...@apache.org> Date: 2016-04-13T22:15:34Z BOOKKEEPER-919: Auditor is sometimes marking as failed a bookie switching from available to read-only mode ---- > Auditor is sometimes marking as failed a bookie switching from available to > read-only mode > ------------------------------------------------------------------------------------------ > > Key: BOOKKEEPER-919 > URL: https://issues.apache.org/jira/browse/BOOKKEEPER-919 > Project: Bookkeeper > Issue Type: Bug > Reporter: Matteo Merli > Assignee: Matteo Merli > Priority: Minor > Fix For: 4.4.0 > > > AuditorLedgerCheckerTest.testReadOnlyBookieExclusionFromURLedgersCheck > intermittently failing > This test too, I've seen it failing in different occasions. > https://builds.apache.org/job/bookkeeper-master-git-pullrequest/59/testReport/junit/org.apache.bookkeeper.replication/AuditorLedgerCheckerTest/testReadOnlyBookieExclusionFromURLedgersCheck_2_/ > {noformat} > Error Message > latch should not have completed > Stacktrace > java.lang.AssertionError: latch should not have completed > at org.junit.Assert.fail(Assert.java:88) > at org.junit.Assert.assertTrue(Assert.java:41) > at org.junit.Assert.assertFalse(Assert.java:64) > at > org.apache.bookkeeper.replication.AuditorLedgerCheckerTest.testReadOnlyBookieExclusionFromURLedgersCheck(AuditorLedgerCheckerTest.java:279) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:606) > at > org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) > at > org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) > at > org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) > at > org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) > at > org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298) > at > org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292) > at java.util.concurrent.FutureTask.run(FutureTask.java:262) > at java.lang.Thread.run(Thread.java:745) > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)