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 7D348D015 for ; Wed, 22 May 2013 01:54:20 +0000 (UTC) Received: (qmail 58746 invoked by uid 500); 22 May 2013 01:54:20 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 58712 invoked by uid 500); 22 May 2013 01:54: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 58703 invoked by uid 99); 22 May 2013 01:54:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 May 2013 01:54:20 +0000 Date: Wed, 22 May 2013 01:54:20 +0000 (UTC) From: "Jeffrey Zhong (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-8583) Create a new IntegrationTestBigLinkedListWithChaosMonkey 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-8583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeffrey Zhong updated HBASE-8583: --------------------------------- Attachment: hbase-8583-v2.patch The v2 patch contains the fixes for the following two issue found when I run the new test in MiniCluster mode. 1) In file RpcServer.java, call.toString cause out of memory error and huge log file because payload of command(param) could be huge. 2) In HRegionSever.java we don't call closeWal when a server is killed(chaosMonkey does kill not abort). This is not right because LogSyncer thread won't exit even we already killed the hosting region server. The end result is causing large log files and unrelated logs because the file system of the killed region server is already closed. > Create a new IntegrationTestBigLinkedListWithChaosMonkey > -------------------------------------------------------- > > Key: HBASE-8583 > URL: https://issues.apache.org/jira/browse/HBASE-8583 > Project: HBase > Issue Type: Sub-task > Components: test > Reporter: Jeffrey Zhong > Assignee: Jeffrey Zhong > Fix For: 0.95.1 > > Attachments: hbase-8583.patch, hbase-8583-v1.patch, hbase-8583-v2.patch > > -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira