You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bookkeeper.apache.org by "Sijie Guo (Updated) (JIRA)" <ji...@apache.org> on 2012/03/13 09:17:38 UTC

[jira] [Updated] (BOOKKEEPER-184) CompactionTest failing on Jenkins

     [ https://issues.apache.org/jira/browse/BOOKKEEPER-184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sijie Guo updated BOOKKEEPER-184:
---------------------------------

    Attachment: BK-184.diff

attach a patch according to Ivan's suggestion.

1) move bookkeeper related code into BookKeeperClusterTestCase, which don't need to run multiple time for different digestType. BaseTestCase inherits BookKeeperClusterTestCase, which is used to test digestType related cases.

2) reduce num of bookies to 1 in CompactionTest

3) reduce number of entries to 100 in CompactionTest
                
> CompactionTest failing on Jenkins
> ---------------------------------
>
>                 Key: BOOKKEEPER-184
>                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-184
>             Project: Bookkeeper
>          Issue Type: Bug
>          Components: bookkeeper-server
>            Reporter: Sijie Guo
>            Assignee: Sijie Guo
>             Fix For: 4.1.0
>
>         Attachments: BK-184.diff
>
>
> the compaction test hanging on Jenkins. 
> Ivan did some investigation on this issue, and found that it wasn't hanging, it was just taking a really long time. He suggested that it is because it does a lot of I/O, theres a couple of ways we could reduce this.
> 1. Only create 1 bookie
> 2. Not inherit from BaseTestCase
> 3. Reduce the number of entries

--
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