Return-Path: X-Original-To: apmail-accumulo-dev-archive@www.apache.org Delivered-To: apmail-accumulo-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 B2523C494 for ; Tue, 22 May 2012 17:14:41 +0000 (UTC) Received: (qmail 15730 invoked by uid 500); 22 May 2012 17:14:41 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 15697 invoked by uid 500); 22 May 2012 17:14:41 -0000 Mailing-List: contact dev-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list dev@accumulo.apache.org Received: (qmail 15674 invoked by uid 99); 22 May 2012 17:14:41 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 May 2012 17:14:41 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 2F92B14282A for ; Tue, 22 May 2012 17:14:41 +0000 (UTC) Date: Tue, 22 May 2012 17:14:41 +0000 (UTC) From: "Eric Newton (JIRA)" To: dev@accumulo.apache.org Message-ID: <389091600.8703.1337706881197.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1543049907.34511.1336402130493.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (ACCUMULO-578) consider using hdfs for the walog 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/ACCUMULO-578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13281103#comment-13281103 ] Eric Newton commented on ACCUMULO-578: -------------------------------------- Todd, preliminary testing shows a considerable improvement interleaving writes with flushes. |Logger rate|~432K| |HDFS rate|~487K| |HDFS with parallel flush|~699K| > consider using hdfs for the walog > --------------------------------- > > Key: ACCUMULO-578 > URL: https://issues.apache.org/jira/browse/ACCUMULO-578 > Project: Accumulo > Issue Type: Improvement > Components: logger, tserver > Affects Versions: 1.5.0-SNAPSHOT > Reporter: Eric Newton > Assignee: Eric Newton > Attachments: HDFS_WAL_states.pdf, NNOpsComparison.pdf, comparison.png > > > Using HDFS for walogs would fix: > * ACCUMULO-84: any node can read the replicated files > * ACCUMULO-558: wouldn't need to monitor loggers > * ACCUMULO-544: log references wouldn't include hostnames > * ACCUMULO-423: wouldn't need to monitor loggers > * ACCUMULO-258: hdfs has load balancing already > To implement it, we would need the ability to distribute log sorts. > Continuing to use loggers helps us avoid: > * hdfs pipeline strategy > * we don't have fine-grained insight when a single node makes dfs slow > * additional namenode pressure > * flexibility: for example, we can add fadvise() calls to the logger before HDFS supports it -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira