[
https://issues.apache.org/jira/browse/HBASE-14683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Elliott Clark updated HBASE-14683:
----------------------------------
Attachment: HBASE-14683-v3.patch
The good news is that that test failing was a good way to test that this is
faster. The new batching was going so fast that there were only 2 files not the
three that there previously were.
That caused compactions not to run and so nothing was moved to the archive like
the test expected.
> Batching in buffered mutator is awful when adding lists of mutations.
> ---------------------------------------------------------------------
>
> Key: HBASE-14683
> URL: https://issues.apache.org/jira/browse/HBASE-14683
> Project: HBase
> Issue Type: Bug
> Affects Versions: 1.2.0, 1.1.2
> Reporter: Elliott Clark
> Assignee: Elliott Clark
> Fix For: 2.0.0, 1.2.0, 1.3.0
>
> Attachments: HBASE-14683-v1.patch, HBASE-14683-v2.patch,
> HBASE-14683-v3.patch, HBASE-14683.patch
>
>
> When adding a list of mutations to the buffer the limit is checked after
> every mutation is added.
> This leads to lots of tries to flush.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)