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 22:22:50 UTC

[jira] Reopened: (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 reopened HADOOP-2029:
---------------------------


Patch build #926 failed in log rolling test.  On examination, extra logging has uncovered our writing a region after it has closed.  This post-close write was lost but it was adding an entry in the lastSeqWrite map inside in HLog which was never going to be cleaned up.  Subsequent log rolls would not be cleaned because of the presence of htis entry.

> [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
>            Assignee: stack
>            Priority: Minor
>             Fix For: 0.15.0
>
>         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.