Return-Path: Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: (qmail 86980 invoked from network); 24 Nov 2010 10:52:08 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 24 Nov 2010 10:52:08 -0000 Received: (qmail 9655 invoked by uid 500); 24 Nov 2010 10:52:40 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 9617 invoked by uid 500); 24 Nov 2010 10:52:40 -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 9431 invoked by uid 99); 24 Nov 2010 10:52:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Nov 2010 10:52:39 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Nov 2010 10:52:37 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oAOAqFIF026301 for ; Wed, 24 Nov 2010 10:52:15 GMT Message-ID: <24742392.283931290595935531.JavaMail.jira@thor> Date: Wed, 24 Nov 2010 05:52:15 -0500 (EST) From: "Lars George (JIRA)" To: issues@hbase.apache.org Subject: [jira] Commented: (HBASE-3272) Remove no longer used options In-Reply-To: <18179382.273271290550334731.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-3272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12935284#action_12935284 ] Lars George commented on HBASE-3272: ------------------------------------ This is a "dupe" to HBASE-2721. Closing it out as well. > Remove no longer used options > ----------------------------- > > Key: HBASE-3272 > URL: https://issues.apache.org/jira/browse/HBASE-3272 > Project: HBase > Issue Type: Bug > Reporter: stack > Assignee: stack > Fix For: 0.90.0 > > Attachments: 3272.txt > > > From Lars George list up on hbase-dev: > {code} > Hi, > I went through the config values as per the defaults XML file (still > going through it again now based on what is actually in the code, i.e. > those not in defaults). Here is what I found: > hbase.master.balancer.period - Only used in hbase-default.xml? > hbase.regions.percheckin, hbase.regions.slop - Some tests still have > it but not used anywhere else > zookeeper.pause, zookeeper.retries - Never used? Only in hbase-defaults.xml > And then there are differences between hardcoded and XML based defaults: > hbase.client.pause - XML: 1000, hardcoded: 2000 (HBaseClient) and 30 * > 1000 (HBaseAdmin) > hbase.client.retries.number - XML: 10, hardcoded 5 (HBaseAdmin) and 2 (HMaster) > hbase.hstore.blockingStoreFiles - XML: 7, hardcoded: -1 > hbase.hstore.compactionThreshold - XML: 3, hardcoded: 2 > hbase.regionserver.global.memstore.lowerLimit - XML: 0.35, hardcoded: 0.25 > hbase.regionserver.handler.count - XML: 25, hardcoded: 10 > hbase.regionserver.msginterval - XML: 3000, hardcoded: 1000 > hbase.rest.port - XML: 8080, hardcoded: 9090 > hfile.block.cache.size - XML: 0.2, hardcoded: 0.0 > Finally, some keys are already in HConstants, some are in local > classes and others used as literals. There is an issue open to fix > this though. Just saying. > Thoughts? > {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.