Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A72121041F for ; Thu, 11 Jul 2013 15:15:57 +0000 (UTC) Received: (qmail 7081 invoked by uid 500); 11 Jul 2013 15:15:56 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 6969 invoked by uid 500); 11 Jul 2013 15:15:56 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 6961 invoked by uid 99); 11 Jul 2013 15:15:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Jul 2013 15:15:55 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of yuzhihong@gmail.com designates 209.85.217.179 as permitted sender) Received: from [209.85.217.179] (HELO mail-lb0-f179.google.com) (209.85.217.179) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Jul 2013 15:15:51 +0000 Received: by mail-lb0-f179.google.com with SMTP id w20so6833282lbh.10 for ; Thu, 11 Jul 2013 08:15:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=eD3Q6X/UYdYQiUw1BMeXJtyd0x26bBThXSkimO0+8cs=; b=vKTH7eXRZO14ieWuK+CjieVqXqe7rLGOayY57q1f79x91h9Ol4raqnuFjUKma0IhWn b9pCyVuO4eFk6qQs5wkHGHVUjM40WKzTXjBT/BDVQl0dzPXIgIN4LRbHtqriBS2atbU0 IhIeKEPngYYk2nS+LD3JL+aGkxFRjsVeoYIjq7WyhDAYukhPkCPeTsxNKYzqLFOBvZFW 0TAom97e0cOeHrsF3KIseYaOw6KJcI2pwrr+vjQ9mNSNj1LqTH9w3mQzjyTQAmAYILdM rm9QzdEy+TkaAqqbHLA1uGfJUNDmDfIEDL+WimZSTSfpEOnYUApeZtqzxbOCylJCExZL U7nA== MIME-Version: 1.0 X-Received: by 10.112.89.73 with SMTP id bm9mr17580954lbb.39.1373555729646; Thu, 11 Jul 2013 08:15:29 -0700 (PDT) Received: by 10.112.141.5 with HTTP; Thu, 11 Jul 2013 08:15:29 -0700 (PDT) In-Reply-To: <20130711101059.2FE5E88F37B@tyr.zones.apache.org> References: <20130711101059.2FE5E88F37B@tyr.zones.apache.org> Date: Thu, 11 Jul 2013 08:15:29 -0700 Message-ID: Subject: Re: hbase pull request: HBASE-8928 Make ChaosMonkey & LoadTest tools extensible... From: Ted Yu To: dev@hbase.apache.org Content-Type: multipart/alternative; boundary=001a11c36be8584a7804e13dddee X-Virus-Checked: Checked by ClamAV on apache.org --001a11c36be8584a7804e13dddee Content-Type: text/plain; charset=ISO-8859-1 Can you attach the patch to HBASE-8928 ? Thanks On Thu, Jul 11, 2013 at 3:10 AM, gautam-soni wrote: > GitHub user gautam-soni opened a pull request: > > https://github.com/apache/hbase/pull/4 > > HBASE-8928 Make ChaosMonkey & LoadTest tools extensible, to allow > addition of more actions and policies. > > This will help testers to extend the Actions and Policies to define > newer ones. > Also the older Actions can be mixed with newer actions without > trouble, as both will extend the same Action hierarchy. > > You can merge this pull request into a Git repository by running: > > $ git pull https://github.com/gautam-soni/hbase 0.94 > > Alternatively you can review and apply these changes as the patch at: > > https://github.com/apache/hbase/pull/4.patch > > ---- > > ---- > > --001a11c36be8584a7804e13dddee--