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 903E7D9EE for ; Mon, 16 Jul 2012 22:48:36 +0000 (UTC) Received: (qmail 33303 invoked by uid 500); 16 Jul 2012 22:48:36 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 33231 invoked by uid 500); 16 Jul 2012 22:48:36 -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 33165 invoked by uid 99); 16 Jul 2012 22:48:36 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jul 2012 22:48:36 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 177A91427F2 for ; Mon, 16 Jul 2012 22:48:36 +0000 (UTC) Date: Mon, 16 Jul 2012 22:48:36 +0000 (UTC) From: "Jean-Daniel Cryans (JIRA)" To: issues@hbase.apache.org Message-ID: <221675477.61168.1342478916097.JavaMail.jiratomcat@issues-vm> In-Reply-To: <652064642.383.1341295742165.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (HBASE-6312) Make BlockCache eviction thresholds configurable MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-6312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13415748#comment-13415748 ] Jean-Daniel Cryans commented on HBASE-6312: ------------------------------------------- "hbase.lru.blockcache.default.min.factor" is not the default, the default is in the code, so it should be called "hbase.lru.blockcache.min.factor". Same for LRU_DEFAULT_MIN_FACTOR which should be LRU_MIN_FACTOR. > Make BlockCache eviction thresholds configurable > ------------------------------------------------ > > Key: HBASE-6312 > URL: https://issues.apache.org/jira/browse/HBASE-6312 > Project: HBase > Issue Type: Improvement > Components: io > Affects Versions: 0.94.0 > Reporter: Jie Huang > Assignee: Jie Huang > Priority: Minor > Fix For: 0.96.0 > > Attachments: hbase-6312.patch, hbase-6312_v2.patch, hbase-6312_v2.patch > > > Some of our customers found that tuning the BlockCache eviction thresholds made test results different in their test environment. However, those thresholds are not configurable in the current implementation. The only way to change those values is to re-compile the HBase source code. We wonder if it is possible to make them configurable. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira