Return-Path: Delivered-To: apmail-hadoop-hbase-issues-archive@minotaur.apache.org Received: (qmail 76050 invoked from network); 21 Mar 2010 04:57:54 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 21 Mar 2010 04:57:54 -0000 Received: (qmail 57939 invoked by uid 500); 21 Mar 2010 04:57:51 -0000 Delivered-To: apmail-hadoop-hbase-issues-archive@hadoop.apache.org Received: (qmail 57909 invoked by uid 500); 21 Mar 2010 04:57:50 -0000 Mailing-List: contact hbase-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-issues@hadoop.apache.org Delivered-To: mailing list hbase-issues@hadoop.apache.org Received: (qmail 57901 invoked by uid 99); 21 Mar 2010 04:57:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Mar 2010 04:57:50 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Mar 2010 04:57:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 243B6234C052 for ; Sun, 21 Mar 2010 04:57:27 +0000 (UTC) Message-ID: <705408956.390971269147447131.JavaMail.jira@brutus.apache.org> Date: Sun, 21 Mar 2010 04:57:27 +0000 (UTC) From: "Jean-Daniel Cryans (JIRA)" To: hbase-issues@hadoop.apache.org Subject: [jira] Commented: (HBASE-2340) Add end-to-end test of sync/flush 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-2340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847883#action_12847883 ] Jean-Daniel Cryans commented on HBASE-2340: ------------------------------------------- I don't see that test enabling dfs.append.enabled and IIRC it's required in 0.20 for a working fsSync? > Add end-to-end test of sync/flush > --------------------------------- > > Key: HBASE-2340 > URL: https://issues.apache.org/jira/browse/HBASE-2340 > Project: Hadoop HBase > Issue Type: Task > Reporter: stack > Assignee: stack > Priority: Blocker > Fix For: 0.20.4, 0.21.0 > > Attachments: 2340.patch > > > Add a test to do the following: > {code} > + Start a HBase/HDFS cluster (local node is fine). > + Use top-level (HTable) level APIs to put items. > + Try about single column puts, as well as puts which span multiple columns/multiple column families, etc. > + Then kill one region server. > + Wait for recovery to happen. > + And then check the rows exist. > {code} > Assigning myself. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.