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 AF26E11098 for ; Sat, 26 Jul 2014 15:53:39 +0000 (UTC) Received: (qmail 133 invoked by uid 500); 26 Jul 2014 15:53:38 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 99795 invoked by uid 500); 26 Jul 2014 15:53:38 -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 99627 invoked by uid 99); 26 Jul 2014 15:53:38 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Jul 2014 15:53:38 +0000 Date: Sat, 26 Jul 2014 15:53:38 +0000 (UTC) From: "Andrew Purtell (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-11595) WAL file with encryption not readable during distributed splitting MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Andrew Purtell created HBASE-11595: -------------------------------------- Summary: WAL file with encryption not readable during distributed splitting Key: HBASE-11595 URL: https://issues.apache.org/jira/browse/HBASE-11595 Project: HBase Issue Type: Bug Reporter: Andrew Purtell 0. HBase 0.98.3 and HDFS 2.4.1 1. All data before failure has not yet been flushed so only exists in the WAL files. 2. During distributed splitting, the WAL has either not been written out or is unreadable: 2014-07-26 19:29:16,160 ERROR [RS_LOG_REPLAY_OPS-host1:60020-0] codec.BaseDecoder: Partial cell read caused by EOF: java.io.IOException: Premature EOF from inputStream 3. This file is still moved to oldWALs even though splitting failed. 4. Setting 'hbase.regionserver.wal.encryption' to false allows data recovery -- This message was sent by Atlassian JIRA (v6.2#6252)