[jira] [Commented] (HBASE-18481) The autoFlush flag was not used in PE tool

2017-08-17 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-18481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16131085#comment-16131085
 ] 

Hudson commented on HBASE-18481:


FAILURE: Integrated in Jenkins build HBASE-14070.HLC #233 (See 
[https://builds.apache.org/job/HBASE-14070.HLC/233/])
HBASE-18481 The autoFlush flag was not used in PE tool (zghao: rev 
df90ba58db8ce6d6e6bead0c8a5cb2d1a1ad3195)
* (edit) 
hbase-server/src/test/java/org/apache/hadoop/hbase/PerformanceEvaluation.java


> The autoFlush flag was not used in PE tool
> --
>
> Key: HBASE-18481
> URL: https://issues.apache.org/jira/browse/HBASE-18481
> Project: HBase
>  Issue Type: Bug
>Reporter: Guanghao Zhang
>Assignee: Guanghao Zhang
>Priority: Minor
> Fix For: 3.0.0, 1.4.0, 1.3.2, 1.5.0, 1.2.7, 2.0.0-alpha-2, 1.1.12
>
> Attachments: HBASE-18481.patch
>
>
> After HBASE-12728, PE used the BufferedMutator for random/sequential write 
> test and the autoFlush flag was not used. So all write test will buffered the 
> write request and send as a batch request when the buffer has filled.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (HBASE-18481) The autoFlush flag was not used in PE tool

2017-07-31 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-18481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16106994#comment-16106994
 ] 

Hudson commented on HBASE-18481:


FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #3466 (See 
[https://builds.apache.org/job/HBase-Trunk_matrix/3466/])
HBASE-18481 The autoFlush flag was not used in PE tool (zghao: rev 
df90ba58db8ce6d6e6bead0c8a5cb2d1a1ad3195)
* (edit) 
hbase-server/src/test/java/org/apache/hadoop/hbase/PerformanceEvaluation.java


> The autoFlush flag was not used in PE tool
> --
>
> Key: HBASE-18481
> URL: https://issues.apache.org/jira/browse/HBASE-18481
> Project: HBase
>  Issue Type: Bug
>Reporter: Guanghao Zhang
>Assignee: Guanghao Zhang
>Priority: Minor
> Fix For: 3.0.0, 1.4.0, 1.3.2, 1.5.0, 1.2.7, 2.0.0-alpha-2, 1.1.12
>
> Attachments: HBASE-18481.patch
>
>
> After HBASE-12728, PE used the BufferedMutator for random/sequential write 
> test and the autoFlush flag was not used. So all write test will buffered the 
> write request and send as a batch request when the buffer has filled.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (HBASE-18481) The autoFlush flag was not used in PE tool

2017-07-31 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-18481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16106856#comment-16106856
 ] 

Hudson commented on HBASE-18481:


SUCCESS: Integrated in Jenkins build HBase-1.3-JDK8 #226 (See 
[https://builds.apache.org/job/HBase-1.3-JDK8/226/])
HBASE-18481 The autoFlush flag was not used in PE tool (zghao: rev 
d666ffc7ad014f21b32cd5d5f7666506aede30b7)
* (edit) 
hbase-server/src/test/java/org/apache/hadoop/hbase/PerformanceEvaluation.java


> The autoFlush flag was not used in PE tool
> --
>
> Key: HBASE-18481
> URL: https://issues.apache.org/jira/browse/HBASE-18481
> Project: HBase
>  Issue Type: Bug
>Reporter: Guanghao Zhang
>Assignee: Guanghao Zhang
>Priority: Minor
> Fix For: 3.0.0, 1.4.0, 1.3.2, 1.5.0, 1.2.7, 2.0.0-alpha-2, 1.1.12
>
> Attachments: HBASE-18481.patch
>
>
> After HBASE-12728, PE used the BufferedMutator for random/sequential write 
> test and the autoFlush flag was not used. So all write test will buffered the 
> write request and send as a batch request when the buffer has filled.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (HBASE-18481) The autoFlush flag was not used in PE tool

2017-07-31 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-18481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16106841#comment-16106841
 ] 

Hudson commented on HBASE-18481:


SUCCESS: Integrated in Jenkins build HBase-1.1-JDK7 #1894 (See 
[https://builds.apache.org/job/HBase-1.1-JDK7/1894/])
HBASE-18481 The autoFlush flag was not used in PE tool (zghao: rev 
f946c0b02d31dd0f8428cc6672d6bccbb1118995)
* (edit) 
hbase-server/src/test/java/org/apache/hadoop/hbase/PerformanceEvaluation.java


> The autoFlush flag was not used in PE tool
> --
>
> Key: HBASE-18481
> URL: https://issues.apache.org/jira/browse/HBASE-18481
> Project: HBase
>  Issue Type: Bug
>Reporter: Guanghao Zhang
>Assignee: Guanghao Zhang
>Priority: Minor
> Fix For: 3.0.0, 1.4.0, 1.3.2, 1.5.0, 1.2.7, 2.0.0-alpha-2, 1.1.12
>
> Attachments: HBASE-18481.patch
>
>
> After HBASE-12728, PE used the BufferedMutator for random/sequential write 
> test and the autoFlush flag was not used. So all write test will buffered the 
> write request and send as a batch request when the buffer has filled.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (HBASE-18481) The autoFlush flag was not used in PE tool

2017-07-31 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-18481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16106838#comment-16106838
 ] 

Hudson commented on HBASE-18481:


SUCCESS: Integrated in Jenkins build HBase-1.2-JDK8 #172 (See 
[https://builds.apache.org/job/HBase-1.2-JDK8/172/])
HBASE-18481 The autoFlush flag was not used in PE tool (zghao: rev 
bd86094f3c9337d88597bc01d20e775631188f12)
* (edit) 
hbase-server/src/test/java/org/apache/hadoop/hbase/PerformanceEvaluation.java


> The autoFlush flag was not used in PE tool
> --
>
> Key: HBASE-18481
> URL: https://issues.apache.org/jira/browse/HBASE-18481
> Project: HBase
>  Issue Type: Bug
>Reporter: Guanghao Zhang
>Assignee: Guanghao Zhang
>Priority: Minor
> Fix For: 3.0.0, 1.4.0, 1.3.2, 1.5.0, 1.2.7, 2.0.0-alpha-2, 1.1.12
>
> Attachments: HBASE-18481.patch
>
>
> After HBASE-12728, PE used the BufferedMutator for random/sequential write 
> test and the autoFlush flag was not used. So all write test will buffered the 
> write request and send as a batch request when the buffer has filled.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (HBASE-18481) The autoFlush flag was not used in PE tool

2017-07-30 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-18481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16106832#comment-16106832
 ] 

Hudson commented on HBASE-18481:


FAILURE: Integrated in Jenkins build HBase-2.0 #265 (See 
[https://builds.apache.org/job/HBase-2.0/265/])
HBASE-18481 The autoFlush flag was not used in PE tool (zghao: rev 
8fc010636a265cd4dc435d0905583af8e06a4600)
* (edit) 
hbase-server/src/test/java/org/apache/hadoop/hbase/PerformanceEvaluation.java


> The autoFlush flag was not used in PE tool
> --
>
> Key: HBASE-18481
> URL: https://issues.apache.org/jira/browse/HBASE-18481
> Project: HBase
>  Issue Type: Bug
>Reporter: Guanghao Zhang
>Assignee: Guanghao Zhang
>Priority: Minor
> Fix For: 3.0.0, 1.4.0, 1.3.2, 1.5.0, 1.2.7, 2.0.0-alpha-2, 1.1.12
>
> Attachments: HBASE-18481.patch
>
>
> After HBASE-12728, PE used the BufferedMutator for random/sequential write 
> test and the autoFlush flag was not used. So all write test will buffered the 
> write request and send as a batch request when the buffer has filled.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (HBASE-18481) The autoFlush flag was not used in PE tool

2017-07-30 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-18481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16106823#comment-16106823
 ] 

Hudson commented on HBASE-18481:


FAILURE: Integrated in Jenkins build HBase-1.4 #828 (See 
[https://builds.apache.org/job/HBase-1.4/828/])
HBASE-18481 The autoFlush flag was not used in PE tool (zghao: rev 
59cad7d3e35f0093a391ab56926d6d99be2ea328)
* (edit) 
hbase-server/src/test/java/org/apache/hadoop/hbase/PerformanceEvaluation.java


> The autoFlush flag was not used in PE tool
> --
>
> Key: HBASE-18481
> URL: https://issues.apache.org/jira/browse/HBASE-18481
> Project: HBase
>  Issue Type: Bug
>Reporter: Guanghao Zhang
>Assignee: Guanghao Zhang
>Priority: Minor
> Fix For: 3.0.0, 1.4.0, 1.3.2, 1.5.0, 1.2.7, 2.0.0-alpha-2, 1.1.12
>
> Attachments: HBASE-18481.patch
>
>
> After HBASE-12728, PE used the BufferedMutator for random/sequential write 
> test and the autoFlush flag was not used. So all write test will buffered the 
> write request and send as a batch request when the buffer has filled.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (HBASE-18481) The autoFlush flag was not used in PE tool

2017-07-30 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-18481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16106820#comment-16106820
 ] 

Hudson commented on HBASE-18481:


SUCCESS: Integrated in Jenkins build HBase-1.1-JDK8 #1978 (See 
[https://builds.apache.org/job/HBase-1.1-JDK8/1978/])
HBASE-18481 The autoFlush flag was not used in PE tool (zghao: rev 
f946c0b02d31dd0f8428cc6672d6bccbb1118995)
* (edit) 
hbase-server/src/test/java/org/apache/hadoop/hbase/PerformanceEvaluation.java


> The autoFlush flag was not used in PE tool
> --
>
> Key: HBASE-18481
> URL: https://issues.apache.org/jira/browse/HBASE-18481
> Project: HBase
>  Issue Type: Bug
>Reporter: Guanghao Zhang
>Assignee: Guanghao Zhang
>Priority: Minor
> Fix For: 3.0.0, 1.4.0, 1.3.2, 1.5.0, 1.2.7, 2.0.0-alpha-2, 1.1.12
>
> Attachments: HBASE-18481.patch
>
>
> After HBASE-12728, PE used the BufferedMutator for random/sequential write 
> test and the autoFlush flag was not used. So all write test will buffered the 
> write request and send as a batch request when the buffer has filled.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (HBASE-18481) The autoFlush flag was not used in PE tool

2017-07-30 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-18481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16106778#comment-16106778
 ] 

Hudson commented on HBASE-18481:


FAILURE: Integrated in Jenkins build HBase-1.2-JDK7 #177 (See 
[https://builds.apache.org/job/HBase-1.2-JDK7/177/])
HBASE-18481 The autoFlush flag was not used in PE tool (zghao: rev 
bd86094f3c9337d88597bc01d20e775631188f12)
* (edit) 
hbase-server/src/test/java/org/apache/hadoop/hbase/PerformanceEvaluation.java


> The autoFlush flag was not used in PE tool
> --
>
> Key: HBASE-18481
> URL: https://issues.apache.org/jira/browse/HBASE-18481
> Project: HBase
>  Issue Type: Bug
>Reporter: Guanghao Zhang
>Assignee: Guanghao Zhang
>Priority: Minor
> Fix For: 3.0.0, 1.4.0, 1.3.2, 1.5.0, 1.2.7, 2.0.0-alpha-2, 1.1.12
>
> Attachments: HBASE-18481.patch
>
>
> After HBASE-12728, PE used the BufferedMutator for random/sequential write 
> test and the autoFlush flag was not used. So all write test will buffered the 
> write request and send as a batch request when the buffer has filled.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (HBASE-18481) The autoFlush flag was not used in PE tool

2017-07-30 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-18481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16106776#comment-16106776
 ] 

Hudson commented on HBASE-18481:


SUCCESS: Integrated in Jenkins build HBase-1.2-IT #911 (See 
[https://builds.apache.org/job/HBase-1.2-IT/911/])
HBASE-18481 The autoFlush flag was not used in PE tool (zghao: rev 
bd86094f3c9337d88597bc01d20e775631188f12)
* (edit) 
hbase-server/src/test/java/org/apache/hadoop/hbase/PerformanceEvaluation.java


> The autoFlush flag was not used in PE tool
> --
>
> Key: HBASE-18481
> URL: https://issues.apache.org/jira/browse/HBASE-18481
> Project: HBase
>  Issue Type: Bug
>Reporter: Guanghao Zhang
>Assignee: Guanghao Zhang
>Priority: Minor
> Fix For: 3.0.0, 1.4.0, 1.3.2, 1.5.0, 1.2.7, 2.0.0-alpha-2, 1.1.12
>
> Attachments: HBASE-18481.patch
>
>
> After HBASE-12728, PE used the BufferedMutator for random/sequential write 
> test and the autoFlush flag was not used. So all write test will buffered the 
> write request and send as a batch request when the buffer has filled.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (HBASE-18481) The autoFlush flag was not used in PE tool

2017-07-30 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-18481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16106775#comment-16106775
 ] 

Hudson commented on HBASE-18481:


FAILURE: Integrated in Jenkins build HBase-1.3-JDK7 #211 (See 
[https://builds.apache.org/job/HBase-1.3-JDK7/211/])
HBASE-18481 The autoFlush flag was not used in PE tool (zghao: rev 
d666ffc7ad014f21b32cd5d5f7666506aede30b7)
* (edit) 
hbase-server/src/test/java/org/apache/hadoop/hbase/PerformanceEvaluation.java


> The autoFlush flag was not used in PE tool
> --
>
> Key: HBASE-18481
> URL: https://issues.apache.org/jira/browse/HBASE-18481
> Project: HBase
>  Issue Type: Bug
>Reporter: Guanghao Zhang
>Assignee: Guanghao Zhang
>Priority: Minor
> Fix For: 3.0.0, 1.4.0, 1.3.2, 1.5.0, 1.2.7, 2.0.0-alpha-2, 1.1.12
>
> Attachments: HBASE-18481.patch
>
>
> After HBASE-12728, PE used the BufferedMutator for random/sequential write 
> test and the autoFlush flag was not used. So all write test will buffered the 
> write request and send as a batch request when the buffer has filled.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (HBASE-18481) The autoFlush flag was not used in PE tool

2017-07-30 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-18481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16106773#comment-16106773
 ] 

Hudson commented on HBASE-18481:


SUCCESS: Integrated in Jenkins build HBase-1.3-IT #149 (See 
[https://builds.apache.org/job/HBase-1.3-IT/149/])
HBASE-18481 The autoFlush flag was not used in PE tool (zghao: rev 
d666ffc7ad014f21b32cd5d5f7666506aede30b7)
* (edit) 
hbase-server/src/test/java/org/apache/hadoop/hbase/PerformanceEvaluation.java


> The autoFlush flag was not used in PE tool
> --
>
> Key: HBASE-18481
> URL: https://issues.apache.org/jira/browse/HBASE-18481
> Project: HBase
>  Issue Type: Bug
>Reporter: Guanghao Zhang
>Assignee: Guanghao Zhang
>Priority: Minor
> Fix For: 3.0.0, 1.4.0, 1.3.2, 1.5.0, 1.2.7, 2.0.0-alpha-2, 1.1.12
>
> Attachments: HBASE-18481.patch
>
>
> After HBASE-12728, PE used the BufferedMutator for random/sequential write 
> test and the autoFlush flag was not used. So all write test will buffered the 
> write request and send as a batch request when the buffer has filled.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (HBASE-18481) The autoFlush flag was not used in PE tool

2017-07-30 Thread stack (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-18481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16106635#comment-16106635
 ] 

stack commented on HBASE-18481:
---

+1

> The autoFlush flag was not used in PE tool
> --
>
> Key: HBASE-18481
> URL: https://issues.apache.org/jira/browse/HBASE-18481
> Project: HBase
>  Issue Type: Bug
>Reporter: Guanghao Zhang
>Assignee: Guanghao Zhang
>Priority: Minor
> Attachments: HBASE-18481.patch
>
>
> After HBASE-12728, PE used the BufferedMutator for random/sequential write 
> test and the autoFlush flag was not used. So all write test will buffered the 
> write request and send as a batch request when the buffer has filled.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (HBASE-18481) The autoFlush flag was not used in PE tool

2017-07-30 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-18481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16106513#comment-16106513
 ] 

Hadoop QA commented on HBASE-18481:
---

| (/) *{color:green}+1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | {color:blue} reexec {color} | {color:blue}  0m 
20s{color} | {color:blue} Docker mode activated. {color} |
| {color:green}+1{color} | {color:green} hbaseanti {color} | {color:green}  0m  
0s{color} | {color:green} Patch does not have any anti-patterns. {color} |
| {color:green}+1{color} | {color:green} @author {color} | {color:green}  0m  
0s{color} | {color:green} The patch does not contain any @author tags. {color} |
| {color:green}+1{color} | {color:green} test4tests {color} | {color:green}  0m 
 0s{color} | {color:green} The patch appears to include 1 new or modified test 
files. {color} |
| {color:green}+1{color} | {color:green} mvninstall {color} | {color:green}  3m 
37s{color} | {color:green} master passed {color} |
| {color:green}+1{color} | {color:green} compile {color} | {color:green}  0m 
39s{color} | {color:green} master passed {color} |
| {color:green}+1{color} | {color:green} checkstyle {color} | {color:green}  0m 
49s{color} | {color:green} master passed {color} |
| {color:green}+1{color} | {color:green} mvneclipse {color} | {color:green}  0m 
16s{color} | {color:green} master passed {color} |
| {color:green}+1{color} | {color:green} findbugs {color} | {color:green}  2m 
52s{color} | {color:green} master passed {color} |
| {color:green}+1{color} | {color:green} javadoc {color} | {color:green}  0m 
33s{color} | {color:green} master passed {color} |
| {color:green}+1{color} | {color:green} mvninstall {color} | {color:green}  0m 
49s{color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} compile {color} | {color:green}  0m 
40s{color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} javac {color} | {color:green}  0m 
40s{color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} checkstyle {color} | {color:green}  0m 
50s{color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} mvneclipse {color} | {color:green}  0m 
16s{color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} whitespace {color} | {color:green}  0m 
 0s{color} | {color:green} The patch has no whitespace issues. {color} |
| {color:green}+1{color} | {color:green} hadoopcheck {color} | {color:green} 
30m 19s{color} | {color:green} Patch does not cause any errors with Hadoop 
2.6.1 2.6.2 2.6.3 2.6.4 2.6.5 2.7.1 2.7.2 2.7.3 or 3.0.0-alpha4. {color} |
| {color:green}+1{color} | {color:green} findbugs {color} | {color:green}  2m 
59s{color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} javadoc {color} | {color:green}  0m 
28s{color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} unit {color} | {color:green}133m 
55s{color} | {color:green} hbase-server in the patch passed. {color} |
| {color:green}+1{color} | {color:green} asflicense {color} | {color:green}  0m 
16s{color} | {color:green} The patch does not generate ASF License warnings. 
{color} |
| {color:black}{color} | {color:black} {color} | {color:black}179m 58s{color} | 
{color:black} {color} |
\\
\\
|| Subsystem || Report/Notes ||
| Docker | Client=17.03.0-ce Server=17.03.0-ce Image:yetus/hbase:bdc94b1 |
| JIRA Issue | HBASE-18481 |
| JIRA Patch URL | 
https://issues.apache.org/jira/secure/attachment/12879527/HBASE-18481.patch |
| Optional Tests |  asflicense  javac  javadoc  unit  findbugs  hadoopcheck  
hbaseanti  checkstyle  compile  |
| uname | Linux bec8ee849a7a 3.13.0-116-generic #163-Ubuntu SMP Fri Mar 31 
14:13:22 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux |
| Build tool | maven |
| Personality | 
/home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/component/dev-support/hbase-personality.sh
 |
| git revision | master / 5c47cb5 |
| Default Java | 1.8.0_131 |
| findbugs | v3.1.0-RC3 |
|  Test Results | 
https://builds.apache.org/job/PreCommit-HBASE-Build/7844/testReport/ |
| modules | C: hbase-server U: hbase-server |
| Console output | 
https://builds.apache.org/job/PreCommit-HBASE-Build/7844/console |
| Powered by | Apache Yetus 0.4.0   http://yetus.apache.org |


This message was automatically generated.



> The autoFlush flag was not used in PE tool
> --
>
> Key: HBASE-18481
> URL: https://issues.apache.org/jira/browse/HBASE-18481
> Project: HBase
>  Issue Type: Bug
>Reporter: Guanghao Zhang
>Assignee: Guanghao Zhang
>Priority: Minor
> Attachments: HBASE-18481.patch
>
>
> After HBASE-12728, PE used the BufferedMutator for random/sequential