HBASE-2127 randomWrite mode of PerformanceEvaluation benchmark program writes only to a small range of keys
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@899503 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b590cc49ac
commit
16b6a5f043
|
@ -164,6 +164,9 @@ Release 0.21.0 - Unreleased
|
|||
HBASE-2122 [stargate] Initializing scanner column families doesn't work
|
||||
(Greg Lu via Andrew Purtell)
|
||||
HBASE-2124 Useless exception in HMaster on startup
|
||||
HBASE-2127 randomWrite mode of PerformanceEvaluation benchmark program
|
||||
writes only to a small range of keys (Kannan Muthukkaruppan
|
||||
via Stack)
|
||||
|
||||
IMPROVEMENTS
|
||||
HBASE-1760 Cleanup TODOs in HTable
|
||||
|
|
|
@ -434,7 +434,7 @@ public class PerformanceEvaluation implements HConstants {
|
|||
int index = Integer.parseInt(getName());
|
||||
try {
|
||||
long elapsedTime = pe.runOneClient(cmd, index * perClientRows,
|
||||
perClientRows, perClientRows,
|
||||
perClientRows, R,
|
||||
new Status() {
|
||||
public void setStatus(final String msg) throws IOException {
|
||||
LOG.info("client-" + getName() + " " + msg);
|
||||
|
|
Loading…
Reference in New Issue