[
https://issues.apache.org/jira/browse/HBASE-564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12586473#action_12586473
]
Jim Kellerman commented on HBASE-564:
-------------------------------------
It turns out that we only check for a zero memcache size at the region level.
Adding a check at the HStore level will be a simple patch.
> Adding a flush file of zero entries
> -----------------------------------
>
> Key: HBASE-564
> URL: https://issues.apache.org/jira/browse/HBASE-564
> Project: Hadoop HBase
> Issue Type: Bug
> Reporter: stack
> Assignee: Jim Kellerman
> Priority: Minor
>
> Saw this in log in TRUNK:
> {code}
> [junit] 2008-04-04 20:22:40,943 DEBUG [RegionServer:0.cacheFlusher]
> regionserver.HStore(676): Added 1403560700/text/8075392345773720818 with 0
> entries, sequence id 537, data size 0.0, file size 110.0 for 1403560700/text
> {code}
> I thought that we'd fixed flushing zero-entry files
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.