[
https://issues.apache.org/jira/browse/HBASE-14683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14972852#comment-14972852
]
Hudson commented on HBASE-14683:
--------------------------------
SUCCESS: Integrated in HBase-1.3-IT #268 (See
[https://builds.apache.org/job/HBase-1.3-IT/268/])
HBASE-14683 Fix Batching in buffered mutator is awful when adding lists
(eclark: rev a268d151e27f448b4ed9776f4bc88c853bea8c08)
*
hbase-client/src/main/java/org/apache/hadoop/hbase/client/BufferedMutatorImpl.java
*
hbase-server/src/test/java/org/apache/hadoop/hbase/master/cleaner/TestSnapshotFromMaster.java
> 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)