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 2009/12/10 04:11:18 UTC

[jira] Commented: (HBASE-1974) Update to latest on hadoop 0.21 branch (November11th, 2009)

    [ https://issues.apache.org/jira/browse/HBASE-1974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12788463#action_12788463 ] 

Jean-Daniel Cryans commented on HBASE-1974:
-------------------------------------------

This commit added this in HLog line 849:

{code}
if (this.numEntries.get() % this.flushlogentries == 0) LOG.info("edit=" + this.numEntries.get() + ", write=" + logKey.toString());
{code}

It's a bit intense.

> Update to latest on hadoop 0.21 branch (November11th, 2009)
> -----------------------------------------------------------
>
>                 Key: HBASE-1974
>                 URL: https://issues.apache.org/jira/browse/HBASE-1974
>             Project: Hadoop HBase
>          Issue Type: Task
>            Reporter: stack
>             Fix For: 0.21.0
>
>


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