Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 29827 invoked from network); 20 Jan 2009 22:29:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Jan 2009 22:29:23 -0000 Received: (qmail 94703 invoked by uid 500); 20 Jan 2009 22:29:22 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 94683 invoked by uid 500); 20 Jan 2009 22:29:22 -0000 Mailing-List: contact hbase-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-dev@hadoop.apache.org Delivered-To: mailing list hbase-dev@hadoop.apache.org Received: (qmail 94672 invoked by uid 99); 20 Jan 2009 22:29:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Jan 2009 14:29:22 -0800 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; Tue, 20 Jan 2009 22:29:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id AE6BD234C498 for ; Tue, 20 Jan 2009 14:28:59 -0800 (PST) Message-ID: <1893218894.1232490539713.JavaMail.jira@brutus> Date: Tue, 20 Jan 2009 14:28:59 -0800 (PST) From: "Jim Kellerman (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Updated: (HBASE-1138) Test that readers opened after a sync can see all data up to the sync In-Reply-To: <1166188174.1232396159637.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-1138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Kellerman updated HBASE-1138: --------------------------------- Attachment: 1138.patch Patch for 0.19.1 > Test that readers opened after a sync can see all data up to the sync > --------------------------------------------------------------------- > > Key: HBASE-1138 > URL: https://issues.apache.org/jira/browse/HBASE-1138 > Project: Hadoop HBase > Issue Type: Test > Components: regionserver, test > Affects Versions: 0.19.0 > Reporter: Jim Kellerman > Fix For: 0.19.1, 0.20.0 > > Attachments: 1138.patch > > > Test that readers opened on a file after it has been synced can see all the records prior to the sync. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.