Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-9764

htable AutoFlush is hardcoded as false in PerformanceEvaluation

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Won't Fix
    • None
    • None
    • Performance, test
    • None

    Description

      In PerformanceEvaluation, htable AutoFlush option is hardcoded as false

      PerformanceEvaluation.java
          void testSetup() throws IOException {
            this.admin = new HBaseAdmin(conf);
            this.table = new HTable(conf, tableName);
            this.table.setAutoFlush(false);
            this.table.setScannerCaching(30);
          }
      

      This makes the write performace unreal.

      Should we add an autoflush option in PerformanceEvaluation?

      Attachments

        1. HBASE-9764-0.94-v1.patch
          0.5 kB
          Shaohui Liu

        Activity

          People

            Unassigned Unassigned
            liushaohui Shaohui Liu
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: