You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jean-Daniel Cryans (JIRA)" <ji...@apache.org> on 2010/03/22 19:31:27 UTC

[jira] Created: (HBASE-2359) WALEdit doesn't implement HeapSize

WALEdit doesn't implement HeapSize
----------------------------------

                 Key: HBASE-2359
                 URL: https://issues.apache.org/jira/browse/HBASE-2359
             Project: Hadoop HBase
          Issue Type: Bug
    Affects Versions: 0.20.3
            Reporter: Jean-Daniel Cryans
            Assignee: stack
             Fix For: 0.20.4, 0.21.0


WALEdit from HBASE-2283 defines a method heapSize() but doesn't implement HeapSize.

 - Make it implement the interface.
 - Add a test to TestHeapSize.

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


[jira] Resolved: (HBASE-2359) WALEdit doesn't implement HeapSize

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-2359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack resolved HBASE-2359.
--------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]

Nice patch Kannan.  Thanks. Committed to branch and trunk (had to add getLength to Writer Interface in HLog).

> WALEdit doesn't implement HeapSize
> ----------------------------------
>
>                 Key: HBASE-2359
>                 URL: https://issues.apache.org/jira/browse/HBASE-2359
>             Project: Hadoop HBase
>          Issue Type: Bug
>    Affects Versions: 0.20.3
>            Reporter: Jean-Daniel Cryans
>            Assignee: Kannan Muthukkaruppan
>             Fix For: 0.20.4, 0.21.0
>
>         Attachments: 2359_0.20_v1.txt
>
>
> WALEdit from HBASE-2283 defines a method heapSize() but doesn't implement HeapSize.
>  - Make it implement the interface.
>  - Add a test to TestHeapSize.

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