You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Wei-Chiu Chuang (JIRA)" <ji...@apache.org> on 2018/03/29 02:12:00 UTC

[jira] [Created] (HBASE-20311) LoadTestTool verbosity is always disabled

Wei-Chiu Chuang created HBASE-20311:
---------------------------------------

             Summary: LoadTestTool verbosity is always disabled
                 Key: HBASE-20311
                 URL: https://issues.apache.org/jira/browse/HBASE-20311
             Project: HBase
          Issue Type: Bug
          Components: test
    Affects Versions: 2.0.0
            Reporter: Wei-Chiu Chuang
            Assignee: Wei-Chiu Chuang


The MultiThreadedReader/MultiThreadedUpdater/MultiThreadedWriter has a few places that checks if verbosity is true like the following:
{code:java|title=MultiThreadedReader#start()}
if (verbose) {
  LOG.debug("Reading keys [" + startKey + ", " + endKey + ")");
}
{code}
But verbose is declared in MultiThreadedAction and is never set to true.

I'll make a patch to add a verbosity option to LTT which sets verbose to true, but on the other hand, the current LTT is already very verbose. So not sure whether that makes much sense.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)