You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2008/08/12 19:23:44 UTC

[jira] Resolved: (HBASE-820) Need mainline to flush when 'Blocking updates' goes up.

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

stack resolved HBASE-820.
-------------------------

    Resolution: Fixed

Resolving.  Committed to branch and trunk.  Thanks for the patch J-D.

> Need mainline to flush when 'Blocking updates' goes up.
> -------------------------------------------------------
>
>                 Key: HBASE-820
>                 URL: https://issues.apache.org/jira/browse/HBASE-820
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: stack
>            Assignee: Jean-Daniel Cryans
>            Priority: Blocker
>             Fix For: 0.2.1, 0.3.0
>
>         Attachments: hbase-820-v1.patch
>
>
> Look at the below.  Blocking goes up and flush doesn't happen for nearly ten minutes (Other flushes happen in the meantime no problem).  We need to run a flush immediately; schedule it before all others.
> {code}
> 2008-08-12 01:45:54,175 INFO org.apache.hadoop.hbase.regionserver.HRegion: Blocking updates for 'IPC Server handler 9 on 60020' on region TestTable,0024119972,1218505443888: Memcache size 64.0m is >= than blocking 64.0m size
> ...
> 2008-08-12 01:54:36,695 DEBUG org.apache.hadoop.hbase.regionserver.HRegion: Started memcache flush for region TestTable,0024119972,1218505443888. Current region memcache size 64.0m
> {code}

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