From reviews-return-31935-apmail-mesos-reviews-archive=mesos.apache.org@mesos.apache.org Fri Apr 22 01:01:47 2016 Return-Path: X-Original-To: apmail-mesos-reviews-archive@minotaur.apache.org Delivered-To: apmail-mesos-reviews-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 856A419C1D for ; Fri, 22 Apr 2016 01:01:47 +0000 (UTC) Received: (qmail 44073 invoked by uid 500); 22 Apr 2016 01:01:47 -0000 Delivered-To: apmail-mesos-reviews-archive@mesos.apache.org Received: (qmail 44045 invoked by uid 500); 22 Apr 2016 01:01:47 -0000 Mailing-List: contact reviews-help@mesos.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: reviews@mesos.apache.org Delivered-To: mailing list reviews@mesos.apache.org Received: (qmail 44027 invoked by uid 99); 22 Apr 2016 01:01:47 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Apr 2016 01:01:47 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id B617A2B224F; Fri, 22 Apr 2016 01:01:42 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============8606805505992265098==" MIME-Version: 1.0 Subject: Re: Review Request 46473: Updated `high-availability` and `operational-guide` docs. From: Vinod Kone To: Neil Conway , Adam B , Ian Downes , Cody Maloney , Anand Mazumdar , Vinod Kone Cc: haosdent huang , mesos Date: Fri, 22 Apr 2016 01:01:42 -0000 Message-ID: <20160422010142.8130.83586@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org/ Auto-Submitted: auto-generated Sender: Vinod Kone X-ReviewGroup: mesos X-Auto-Response-Suppress: DR, RN, OOF, AutoReply X-ReviewRequest-URL: https://reviews.apache.org/r/46473/ X-Sender: Vinod Kone References: <20160421041053.8129.81833@reviews.apache.org> In-Reply-To: <20160421041053.8129.81833@reviews.apache.org> Reply-To: Vinod Kone X-ReviewRequest-Repository: mesos --===============8606805505992265098== MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46473/#review130008 ----------------------------------------------------------- docs/high-availability.md (line 29) Rephrase "In addition to ZooKeeper, one can get the location of the leading master by sending an HTTP request to `/redirect` endpoint on any master." Kill the second line. docs/operational-guide.md (line 68) ## HTTP requests to non-leading master HTTP requests to some master endpoints (e.g., /state, /metrics/snapshot) can only be answered by the leading master. Such requests made to a non-leading master will result in either a `307 Temporary Redirect` (with the location of the leading master) or `503 Service Unavailable` (if the master does not know who the current leader is). - Vinod Kone On April 21, 2016, 4:10 a.m., haosdent huang wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/46473/ > ----------------------------------------------------------- > > (Updated April 21, 2016, 4:10 a.m.) > > > Review request for mesos, Adam B, Anand Mazumdar, Cody Maloney, Ian Downes, Neil Conway, and Vinod Kone. > > > Bugs: MESOS-1865 > https://issues.apache.org/jira/browse/MESOS-1865 > > > Repository: mesos > > > Description > ------- > > In this changes, we update the `high-availability` and > `operational-guide` documents about master http endpoints redirction > when current master is not the leader. > > > Diffs > ----- > > docs/high-availability.md b0e744e62081b56e2a24ef5f7304f424424fa3cc > docs/operational-guide.md 5ae7ede3f500380a78364d5c3da2c4cea75e04c5 > > Diff: https://reviews.apache.org/r/46473/diff/ > > > Testing > ------- > > > Thanks, > > haosdent huang > > --===============8606805505992265098==--