[ 
https://issues.apache.org/jira/browse/BOOKKEEPER-156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13195729#comment-13195729
 ] 

Flavio Junqueira commented on BOOKKEEPER-156:
---------------------------------------------

I haven't turned on logging, so I only have the exception thrown for now:

{noformat}
-------------------------------------------------------------------------------
Test set: org.apache.bookkeeper.test.BookieJournalRollingTest
-------------------------------------------------------------------------------
Tests run: 4, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 46.702 sec <<< 
FAILURE!
testJournalRollingWithoutSyncup[0](org.apache.bookkeeper.test.BookieJournalRollingTest)
  Time elapsed: 1.887 sec  <<< ERROR!
org.apache.bookkeeper.client.BKException$ZKException
        at org.apache.bookkeeper.client.BKException.create(BKException.java:64)
        at 
org.apache.bookkeeper.client.BookKeeper.createLedger(BookKeeper.java:293)
        at 
org.apache.bookkeeper.client.BookKeeper.createLedger(BookKeeper.java:260)
        at 
org.apache.bookkeeper.test.BookieJournalRollingTest.writeLedgerEntries(BookieJournalRollingTest.java:79)
        at 
org.apache.bookkeeper.test.BookieJournalRollingTest.testJournalRollingWithoutSyncup(BookieJournalRollingTest.java:206)
{noformat}

The creation of the ledger is failing, but this is not giving the exact error 
code. I'll run it again with logging on to see if we can get the error code. I 
suspect that it could be because the bookie servers have not started 
(restartBookies call) by the time we try to create the ledger in that test. 


                
> BookieJournalRollingTest failing 
> ---------------------------------
>
>                 Key: BOOKKEEPER-156
>                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-156
>             Project: Bookkeeper
>          Issue Type: Bug
>    Affects Versions: 4.0.0
>            Reporter: Flavio Junqueira
>             Fix For: 4.1.0
>
>
> The test fails for me intermittently. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to