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 B879C779A for ; Wed, 7 Dec 2011 02:52:03 +0000 (UTC) Received: (qmail 74049 invoked by uid 500); 7 Dec 2011 02:52:03 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 73991 invoked by uid 500); 7 Dec 2011 02:52:03 -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 73983 invoked by uid 99); 7 Dec 2011 02:52:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Dec 2011 02:52:03 +0000 X-ASF-Spam-Status: No, hits=-2001.2 required=5.0 tests=ALL_TRUSTED,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; Wed, 07 Dec 2011 02:52:00 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 01A891040AC for ; Wed, 7 Dec 2011 02:51:40 +0000 (UTC) Date: Wed, 7 Dec 2011 02:51:40 +0000 (UTC) From: "Mikhail Bautin (Updated) (JIRA)" To: issues@hbase.apache.org Message-ID: <1430729204.48126.1323226300008.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <2018236270.28276.1322693380605.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HBASE-4908) HBase cluster test tool (port from 0.89-fb) 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-4908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Bautin updated HBASE-4908: ---------------------------------- Attachment: 0002-HBase-cluster-test-tool.patch Uploading a patch for Jenkins testing. > HBase cluster test tool (port from 0.89-fb) > ------------------------------------------- > > Key: HBASE-4908 > URL: https://issues.apache.org/jira/browse/HBASE-4908 > Project: HBase > Issue Type: Sub-task > Reporter: Mikhail Bautin > Assignee: Mikhail Bautin > Attachments: 0001-HBase-cluster-test-tool.patch, 0002-HBase-cluster-test-tool.patch, D549.1.patch, D549.2.patch, D549.3.patch, D549.4.patch, D549.5.patch, D549.6.patch, D549.7.patch, D549.8.patch > > > Porting one of our HBase cluster test tools (a single-process multi-threaded load generator and verifier) from 0.89-fb to trunk. > I cleaned up the code a bit compared to what's in 0.89-fb, and discovered that it has some features that I have not tried yet (some kind of a kill test, and some way to run HBase as multiple processes on one machine). > The main utility of this piece of code for us has been the HBaseClusterTest command-line tool (called HBaseTest in 0.89-fb), which we usually invoke as a load test in our five-node dev cluster testing, e.g.: > hbase org.apache.hadoop.hbase.manual.HBaseTest -load 1000000000:50:100:20 -tn load_test -read 1:1000000000:50:20 -zk -bloom ROWCOL -compression GZIP > I will be using this code to load-test the delta encoding patch and making fixes, but I am submitting the patch for early feedback. I will probably try out its other functionality and comment on how it works. -- 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