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 7A9C6D266 for ; Fri, 5 Oct 2012 22:28:07 +0000 (UTC) Received: (qmail 27427 invoked by uid 500); 5 Oct 2012 22:28:05 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 27385 invoked by uid 500); 5 Oct 2012 22:28:05 -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 27298 invoked by uid 99); 5 Oct 2012 22:28:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2012 22:28:04 +0000 Date: Fri, 5 Oct 2012 22:28:04 +0000 (UTC) From: "Keith Turner (JIRA)" To: notifications@accumulo.apache.org Message-ID: <283043845.3284.1349476084959.JavaMail.jiratomcat@arcas> In-Reply-To: <597665784.1049.1349447042673.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (ACCUMULO-786) Look into walog space usage 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-786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13470734#comment-13470734 ] Keith Turner commented on ACCUMULO-786: --------------------------------------- Looking at the commit just made, I think we should restructure the code to have mutation class in the server code. The server side Mutation could extend the client side mutation and add setSystemTimestamp(). The client code should not have setSystemTimestamp(). Also there is no reason for thrift to transfer the system time stamp that the user should never set. Should probably make the mutation members private instead of package private. I see this was done for testing, but can this be accomplished with the public API? > Look into walog space usage > --------------------------- > > Key: ACCUMULO-786 > URL: https://issues.apache.org/jira/browse/ACCUMULO-786 > Project: Accumulo > Issue Type: Task > Reporter: Keith Turner > Fix For: 1.5.0 > > > I was experimenting with write ahead log write performance and noticed that when I wrote 1G of data that the walog was 1.5G. -- 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