[
https://issues.apache.org/jira/browse/HBASE-20601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16487559#comment-16487559
]
Hudson commented on HBASE-20601:
--------------------------------
Results for branch branch-2
[build #773 on
builds.a.o|https://builds.apache.org/job/HBase%20Nightly/job/branch-2/773/]:
(/) *{color:green}+1 overall{color}*
----
details (if available):
(/) {color:green}+1 general checks{color}
-- For more information [see general
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2/773//General_Nightly_Build_Report/]
(/) {color:green}+1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2)
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2/773//JDK8_Nightly_Build_Report_(Hadoop2)/]
(/) {color:green}+1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3)
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2/773//JDK8_Nightly_Build_Report_(Hadoop3)/]
(x) {color:red}-1 source release artifact{color}
-- See build output for details.
> Add multiPut support and other miscellaneous to PE
> --------------------------------------------------
>
> Key: HBASE-20601
> URL: https://issues.apache.org/jira/browse/HBASE-20601
> Project: HBase
> Issue Type: Bug
> Components: tooling
> Affects Versions: 2.0.0
> Reporter: Allan Yang
> Assignee: Allan Yang
> Priority: Minor
> Fix For: 2.1.0
>
> Attachments: HBASE-20601.002.patch, HBASE-20601.003.patch,
> HBASE-20601.branch-2.002.patch, HBASE-20601.branch-2.003.patch,
> HBASE-20601.branch-2.004.patch, HBASE-20601.branch-2.005.patch,
> HBASE-20601.branch-2.006.patch, HBASE-20601.branch-2.patch, HBASE-20601.patch
>
>
> Add some useful stuff and some refinement to PE tool
> 1. Add multiPut support
> Though we have BufferedMutator, sometimes we need to benchmark batch put in a
> certain number.
> Set --multiPut=number to enable batchput(meanwhile, --autoflush need be set
> to false)
> 2. Add Connection Number support
> Before, there is only on parameter to control the connection used by threads.
> oneCon=true means all threads use one connection, false means each thread has
> it own connection.
> When thread number is high and oneCon=false, we noticed high context switch
> frequency in the machine which PE run on, disturbing the benchmark
> results(each connection has its own netty worker threads, 2*CPU IIRC).
> So, added a new parameter connCount to PE. set --connCount=2 means all
> threads will share 2 connections.
> 3. Add avg RT and avg TPS/QPS statstic for all threads
> Useful when we want to meansure the total throughtput of the cluster
> 4. Delete some redundant code
> Now RandomWriteTest is inherited from SequentialWrite.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)