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 D2FAF117AE for ; Mon, 9 Jun 2014 21:01:23 +0000 (UTC) Received: (qmail 77977 invoked by uid 500); 9 Jun 2014 21:01:23 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 77941 invoked by uid 500); 9 Jun 2014 21:01:23 -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 77928 invoked by uid 99); 9 Jun 2014 21:01:23 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jun 2014 21:01:23 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id 20CCD1D9CCA; Mon, 9 Jun 2014 21:01:14 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============3044736151974709844==" MIME-Version: 1.0 Subject: Re: Review Request 22399: ACCUMULO-2876 - use site config for default VolumeManagerImpl From: "Bill Havanki" To: "Eric Newton" , "Josh Elser" Cc: "Bill Havanki" , "accumulo" Date: Mon, 09 Jun 2014 21:01:14 -0000 Message-ID: <20140609210114.22324.99318@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org Auto-Submitted: auto-generated Sender: "Bill Havanki" X-ReviewGroup: accumulo X-ReviewRequest-URL: https://reviews.apache.org/r/22399/ X-Sender: "Bill Havanki" References: <20140609205921.22324.64361@reviews.apache.org> In-Reply-To: <20140609205921.22324.64361@reviews.apache.org> Reply-To: "Bill Havanki" X-ReviewRequest-Repository: accumulo --===============3044736151974709844== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit > On June 9, 2014, 4:59 p.m., Josh Elser wrote: > > Please make a follow-on for making Property.GENERAL_VOLUME_CHOOSER a fixed property since you didn't make that change here. Thanks. Will do. /me presses Publish. :) - Bill ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22399/#review45139 ----------------------------------------------------------- On June 9, 2014, 4:47 p.m., Bill Havanki wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/22399/ > ----------------------------------------------------------- > > (Updated June 9, 2014, 4:47 p.m.) > > > Review request for accumulo, Eric Newton and Josh Elser. > > > Bugs: ACCUMULO-2876 > https://issues.apache.org/jira/browse/ACCUMULO-2876 > > > Repository: accumulo > > > Description > ------- > > This changes VolumeManagerImpl.get() to use the site configuration instead of the ZooKeeper-based system configuration. This seems to align better with what is intended, and it also eliminates the risk of an infinite loop, where the system configuration requires an HdfsZooInstance instance ID, which requires a volume manager. > > > Diffs > ----- > > server/base/src/main/java/org/apache/accumulo/server/fs/VolumeManagerImpl.java 8fe6579 > > Diff: https://reviews.apache.org/r/22399/diff/ > > > Testing > ------- > > All unit tests pass. The fix also rectified the loop in SystemCredentialsTest after refactoring for ACCUMULO-2615. > > > Thanks, > > Bill Havanki > > --===============3044736151974709844==--