You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "stack (JIRA)" <ji...@apache.org> on 2007/10/11 08:01:50 UTC

[jira] Updated: (HADOOP-2029) [hbase] TestLogRolling fails too often in patch and nightlies

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

stack updated HADOOP-2029:
--------------------------

    Attachment: hlogrolling.patch

HADOOP-2029 TestLogRolling fails too often in patch and nightlies builds.

M  src/contrib/hbase/src/test/org/apache/hadoop/hbase/TestLogRolling.java
    Emit count before loop and on a period so we can see what work remains.
M  src/contrib/hbase/src/java/org/apache/hadoop/hbase/HLog.java
    (rollWriter): Added handling of case where there are no elements in
    the map of lastSeqWritten (This happens if all regions have flushed
    but no writes have come in since).  
    (deleteLogFile): Added.
    (append): Changed it so that rather than record latest edit id,
    it only records the first.  Otherwise, could lose edits between
    oldest and latest since we were comparing latest figuring which
    log file to remove.

> [hbase] TestLogRolling fails too often in patch and nightlies
> -------------------------------------------------------------
>
>                 Key: HADOOP-2029
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2029
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>            Reporter: stack
>            Priority: Minor
>         Attachments: hlogrolling.patch
>
>
> Looks like we fixed TestRegionServerAbort yesterday.  Now TestLogRolling has been acting up of late.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.