[
https://issues.apache.org/jira/browse/HBASE-10201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14179413#comment-14179413
]
zhangduo commented on HBASE-10201:
----------------------------------
The original patch is created about one year ago, so patch it to current HBase
codebase is more like a rewriting...
I am familiar with 0.98, so I first patched it to 0.98 to see whether it works
fine.
If it works, I will try to port it to master(another rewrite... there is also a
big difference between master and 0.98...)
According to Ted Yu's suggestion, I need some comments of other committers and
the original author of this patch, Thanks.
> Port 'Make flush decisions per column family' to trunk
> ------------------------------------------------------
>
> Key: HBASE-10201
> URL: https://issues.apache.org/jira/browse/HBASE-10201
> Project: HBase
> Issue Type: Improvement
> Reporter: Ted Yu
> Attachments: 3149-trunk-v1.txt, HBASE-10201-0.98.patch,
> HBASE-10201-0.98_1.patch, HBASE-10201-0.98_2.patch
>
>
> Currently the flush decision is made using the aggregate size of all column
> families. When large and small column families co-exist, this causes many
> small flushes of the smaller CF. We need to make per-CF flush decisions.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)