Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5A780F102 for ; Wed, 27 Mar 2013 19:29:17 +0000 (UTC) Received: (qmail 10091 invoked by uid 500); 27 Mar 2013 19:29:16 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 10014 invoked by uid 500); 27 Mar 2013 19:29:16 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 9827 invoked by uid 99); 27 Mar 2013 19:29:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Mar 2013 19:29:16 +0000 Date: Wed, 27 Mar 2013 19:29:16 +0000 (UTC) From: "Eric Newton (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (ACCUMULO-1216) reconsider using SequenceFiles for the WAL MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Eric Newton created ACCUMULO-1216: ------------------------------------- Summary: reconsider using SequenceFiles for the WAL Key: ACCUMULO-1216 URL: https://issues.apache.org/jira/browse/ACCUMULO-1216 Project: Accumulo Issue Type: Task Components: tserver Affects Versions: 1.5.0 Reporter: Eric Newton Priority: Minor Observing the code in HBase we learned that WAL files written/flushed to HDFS would *not* present the correct file size, which made using SequenceFile for WALs problematic. So we just write Writables. In a sequence. However, it would be nice to go back and use SequenceFile. It might be possible since learning how to properly close a file. -- 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