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 56C409588 for ; Thu, 5 Apr 2012 23:18:49 +0000 (UTC) Received: (qmail 35284 invoked by uid 500); 5 Apr 2012 23:18:49 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 35240 invoked by uid 500); 5 Apr 2012 23:18:49 -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 35232 invoked by uid 99); 5 Apr 2012 23:18:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Apr 2012 23:18:49 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Apr 2012 23:18:46 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 8552B35B867 for ; Thu, 5 Apr 2012 23:18:25 +0000 (UTC) Date: Thu, 5 Apr 2012 23:18:25 +0000 (UTC) From: "Jean-Daniel Cryans (Commented) (JIRA)" To: issues@hbase.apache.org Message-ID: <574391110.20401.1333667905560.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1885933259.13296.1333565358606.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HBASE-5716) Make HBASE-4608 easier to use 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-5716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13247831#comment-13247831 ] Jean-Daniel Cryans commented on HBASE-5716: ------------------------------------------- I'm asking the same question, I don't know. > Make HBASE-4608 easier to use > ----------------------------- > > Key: HBASE-5716 > URL: https://issues.apache.org/jira/browse/HBASE-5716 > Project: HBase > Issue Type: Improvement > Reporter: Jean-Daniel Cryans > Assignee: Li Pi > Fix For: 0.96.0, 0.94.1 > > > HBASE-4608 is a nice feature but after playing with it for a while I think the following should be fixed to make it easier to use by someone who's not a dev: > - Add some signal that says that the feature is turned on. Right now you can {{jstack | grep KeyValueCompression}} a couple of times and if you get a hit you definitely know it's on, but otherwise the random user wouldn't know without going through the jira. > - Add documentation in the reference guide. At the minimum add {{hbase.regionserver.wal.enablecompression}} in there with a small description. Better would be to add a section in {{Appendix B}} or something like that and describe the functionality a bit and who it's useful for. For example, flush from your brain the knowledge of the patch and read the name of the configuration... now let's say you have a use case that involves writing easily compressible values. Any normal user would believe that this is a good tuning parameter for them, but it's just going to waste CPU cycles. > - Add some metrics like we have for HFiles where you get a clue about the compression ratio. -- 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