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 33C7011292 for ; Thu, 21 Aug 2014 18:45:28 +0000 (UTC) Received: (qmail 86908 invoked by uid 500); 21 Aug 2014 18:45:28 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 86873 invoked by uid 500); 21 Aug 2014 18:45:28 -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 86860 invoked by uid 99); 21 Aug 2014 18:45:27 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Aug 2014 18:45:27 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id 498C31DBEE4; Thu, 21 Aug 2014 18:45:28 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============8126153995934844061==" MIME-Version: 1.0 Subject: Re: Review Request 24855: ACCUMULO-1454 design doc From: "Josh Elser" To: "accumulo" , "Josh Elser" , keith@deenlo.com Date: Thu, 21 Aug 2014 18:45:28 -0000 Message-ID: <20140821184528.1309.72643@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org Auto-Submitted: auto-generated Sender: "Josh Elser" X-ReviewGroup: accumulo X-ReviewRequest-URL: https://reviews.apache.org/r/24855/ X-Sender: "Josh Elser" References: <20140821165847.15059.32528@reviews.apache.org> In-Reply-To: <20140821165847.15059.32528@reviews.apache.org> Reply-To: "Josh Elser" X-ReviewRequest-Repository: accumulo --===============8126153995934844061== MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit > On Aug. 21, 2014, 4:58 p.m., Josh Elser wrote: > > docs/src/main/asciidoc/design/ACCUMULO-1454-proposal-01.adoc, line 111 > > > > > > Would decomission(String) do more/less than what `accumulo admin stop tserver` currently does? > > kturner wrote: > Yeah Cool. It's nice to have explicit implementations/methods for what commands on `accumulo` are running. > On Aug. 21, 2014, 4:58 p.m., Josh Elser wrote: > > docs/src/main/asciidoc/design/ACCUMULO-1454-proposal-01.adoc, line 35 > > > > > > stop-here.sh and start-here.sh already can't be used when running more than one tserver per host (e.g. Slider -- accumulo on yarn) because those scripts assume that there is only one process per node. > > > > This is a bigger problem in regards to the assumptions that the scripts make. I've come to the conclusion already that we need to rethink the scripts to support this. > > > > I think what you've outlined for rolling restarts still makes sense with multiple tservers per host (assuming the last loc is host:port and not just host) > > kturner wrote: > ugh. Sounds like that situation will be harder to test. Like you said, I would like the design to support multiple tservers per a node even if the scripts do not. It's a pain, but not impossible. You have to just use `accumulo` directly, manually control where log files get written (as that's done by `start-server.sh`) and make sure that the `--address` is set correctly for what you want. - Josh ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24855/#review51183 ----------------------------------------------------------- On Aug. 20, 2014, 5:40 p.m., kturner wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/24855/ > ----------------------------------------------------------- > > (Updated Aug. 20, 2014, 5:40 p.m.) > > > Review request for accumulo. > > > Bugs: ACCUMULO-1454 > https://issues.apache.org/jira/browse/ACCUMULO-1454 > > > Repository: accumulo > > > Description > ------- > > Positing ACCUMULO-1454 design doc for review > > > Diffs > ----- > > docs/src/main/asciidoc/design/ACCUMULO-1454-proposal-01.adoc PRE-CREATION > > Diff: https://reviews.apache.org/r/24855/diff/ > > > Testing > ------- > > > Thanks, > > kturner > > --===============8126153995934844061==--