You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Liu Shaohui (JIRA)" <ji...@apache.org> on 2013/10/15 11:15:44 UTC

[jira] [Created] (HBASE-9764) htable AutoFlush is hardcoded as false in PerformanceEvaluation

Liu Shaohui created HBASE-9764:
----------------------------------

             Summary: htable AutoFlush is hardcoded as false in PerformanceEvaluation
                 Key: HBASE-9764
                 URL: https://issues.apache.org/jira/browse/HBASE-9764
             Project: HBase
          Issue Type: Bug
          Components: Performance, test
            Reporter: Liu Shaohui
            Assignee: Liu Shaohui
            Priority: Minor


In PerformanceEvaluation, htable AutoFlush option is hardcoded as false

{code:title=PerformanceEvaluation.java|borderStyle=solid}

    void testSetup() throws IOException {
      this.admin = new HBaseAdmin(conf);
      this.table = new HTable(conf, tableName);
      this.table.setAutoFlush(false);
      this.table.setScannerCaching(30);
    }
{code}
This makes the write performace unreal. 

Should we add an autoflush option in PerformanceEvaluation?



--
This message was sent by Atlassian JIRA
(v6.1#6144)