Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 1654A200B5E for ; Wed, 10 Aug 2016 22:55:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 15152160AA4; Wed, 10 Aug 2016 20:55:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 8197E160A8F for ; Wed, 10 Aug 2016 22:55:21 +0200 (CEST) Received: (qmail 36205 invoked by uid 500); 10 Aug 2016 20:55:20 -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 36192 invoked by uid 99); 10 Aug 2016 20:55:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Aug 2016 20:55:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 71A6B2C02A1 for ; Wed, 10 Aug 2016 20:55:20 +0000 (UTC) Date: Wed, 10 Aug 2016 20:55:20 +0000 (UTC) From: "Andrew Purtell (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-16098) Chaos Monkey shouldn't run during ITBLL's RandomInputGenerator phase MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 10 Aug 2016 20:55:22 -0000 [ https://issues.apache.org/jira/browse/HBASE-16098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15415992#comment-15415992 ] Andrew Purtell commented on HBASE-16098: ---------------------------------------- I just had an ITBLL job fail after a long generation step because chaos added a junk family and then removed it while the load job was starting. The table input format wasn't happy about the suddenly missing family while calculating splits and bailed. > Chaos Monkey shouldn't run during ITBLL's RandomInputGenerator phase > -------------------------------------------------------------------- > > Key: HBASE-16098 > URL: https://issues.apache.org/jira/browse/HBASE-16098 > Project: HBase > Issue Type: Bug > Components: integration tests > Reporter: Dima Spivak > Priority: Minor > > Noticed that we get a bunch of exceptions (though none that stop the run) as a result of chaos monkey running while generating the random inputs to be used by ITBLL generator. Mostly stuff related to the fact that we try moving things around on a table that doesn't exist yet. -- This message was sent by Atlassian JIRA (v6.3.4#6332)