Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BAA4410352 for ; Tue, 15 Oct 2013 09:15:56 +0000 (UTC) Received: (qmail 17289 invoked by uid 500); 15 Oct 2013 09:15:51 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 17198 invoked by uid 500); 15 Oct 2013 09:15:48 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 17177 invoked by uid 99); 15 Oct 2013 09:15:45 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Oct 2013 09:15:45 +0000 Date: Tue, 15 Oct 2013 09:15:44 +0000 (UTC) From: "Liu Shaohui (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-9764) htable AutoFlush is hardcoded as false in PerformanceEvaluation MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 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)