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 7C34511783 for ; Tue, 13 May 2014 17:05:40 +0000 (UTC) Received: (qmail 31705 invoked by uid 500); 13 May 2014 17:05:40 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 31648 invoked by uid 500); 13 May 2014 17:05:40 -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 31636 invoked by uid 99); 13 May 2014 17:05:40 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 May 2014 17:05:40 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id 264AB1D786A; Tue, 13 May 2014 17:05:33 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============6013364303725906048==" MIME-Version: 1.0 Subject: Re: Review Request 21169: ACCUMULO-2770 Add utility to read local WAL From: "Mike Drob" To: "Eric Newton" , "Sean Busbey" Cc: "Mike Drob" , "accumulo" , keith@deenlo.com Date: Tue, 13 May 2014 17:05:33 -0000 Message-ID: <20140513170533.634.4841@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org Auto-Submitted: auto-generated Sender: "Mike Drob" X-ReviewGroup: accumulo X-ReviewRequest-URL: https://reviews.apache.org/r/21169/ X-Sender: "Mike Drob" References: <20140512192919.5509.50700@reviews.apache.org> In-Reply-To: <20140512192919.5509.50700@reviews.apache.org> Reply-To: "Mike Drob" X-ReviewRequest-Repository: accumulo --===============6013364303725906048== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21169/ ----------------------------------------------------------- (Updated May 13, 2014, 5:05 p.m.) Review request for accumulo, Sean Busbey and Eric Newton. Changes ------- Fixed documentation. Added classes for reading original sequence files. Bugs: ACCUMULO-2770 https://issues.apache.org/jira/browse/ACCUMULO-2770 Repository: accumulo Description (updated) ------- ACCUMULO-2770 Add utility to read local WAL Forward port the upgrade code from 1.5.x into a separate utility so that a user can still read local WALs if they happen to be around. Recreate LogFile{Key,Value} in their old packages so that we can still read the old sequence files. Modify the utility to optionally accept values as command line options instead of searching around in the configuration settings. Add documentation to the troubleshooting guide to describe usage. commit 2db5ce6186e32c451328154b024951cc5090505f Author: Eric C. Newton Date: Tue Jun 5 13:18:22 2012 +0000 Diffs (updated) ----- core/src/main/java/org/apache/accumulo/core/conf/Property.java 60969bed6d67fd7677ed9349b9acc817b41456de docs/src/main/latex/accumulo_user_manual/chapters/troubleshooting.tex 203fe0c313db84f7cf9842927f8350f149b4ed4b server/tserver/src/main/java/org/apache/accumulo/server/logger/LogFileKey.java PRE-CREATION server/tserver/src/main/java/org/apache/accumulo/server/logger/LogFileValue.java PRE-CREATION server/tserver/src/main/java/org/apache/accumulo/tserver/log/LocalWALRecovery.java PRE-CREATION server/tserver/src/main/java/org/apache/accumulo/tserver/logger/LogFileKey.java 1e33569af680079b72dde6e57833b096f5310129 server/tserver/src/main/java/org/apache/accumulo/tserver/logger/LogFileValue.java 997f71b739025caf0bc192e2114bc0de5d9fdb2e Diff: https://reviews.apache.org/r/21169/diff/ Testing ------- Thanks, Mike Drob --===============6013364303725906048==--