From reviews-return-60313-apmail-mesos-reviews-archive=mesos.apache.org@mesos.apache.org Wed May 10 07:08:54 2017 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 3ECA018C42 for ; Wed, 10 May 2017 07:08:54 +0000 (UTC) Received: (qmail 5489 invoked by uid 500); 10 May 2017 07:08:54 -0000 Delivered-To: apmail-mesos-reviews-archive@mesos.apache.org Received: (qmail 5454 invoked by uid 500); 10 May 2017 07:08:54 -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 5443 invoked by uid 99); 10 May 2017 07:08:53 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 May 2017 07:08:53 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 6F3BF1812EA; Wed, 10 May 2017 07:08:53 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3 X-Spam-Level: *** X-Spam-Status: No, score=3 tagged_above=-999 required=6.31 tests=[HEADER_FROM_DIFFERENT_DOMAINS=0.001, HTML_MESSAGE=2, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 8REaYSmRhOVo; Wed, 10 May 2017 07:08:52 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 6420C5F4A7; Wed, 10 May 2017 07:08:52 +0000 (UTC) Received: from reviews.apache.org (unknown [10.41.0.12]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 0EBDAE02C7; Wed, 10 May 2017 07:08:52 +0000 (UTC) Received: from reviews-vm2.apache.org (localhost [IPv6:::1]) by reviews.apache.org (ASF Mail Server at reviews-vm2.apache.org) with ESMTP id E3706C40297; Wed, 10 May 2017 07:08:51 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============6257404757584625856==" MIME-Version: 1.0 Subject: Review Request 59130: Added storage for IPv6 in a `libprocess` process. From: Avinash sridharan To: Jie Yu Cc: Avinash sridharan , mesos Date: Wed, 10 May 2017 07:08:51 -0000 Message-ID: <20170510070851.17092.22404@reviews-vm2.apache.org> X-ReviewBoard-URL: https://reviews.apache.org/ Auto-Submitted: auto-generated Sender: Avinash sridharan X-ReviewGroup: mesos X-Auto-Response-Suppress: DR, RN, OOF, AutoReply X-ReviewRequest-URL: https://reviews.apache.org/r/59130/ X-Sender: Avinash sridharan Reply-To: Avinash sridharan X-ReviewRequest-Repository: mesos --===============6257404757584625856== 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/59130/ ----------------------------------------------------------- Review request for mesos and Jie Yu. Bugs: MESOS-7488 https://issues.apache.org/jira/browse/MESOS-7488 Repository: mesos Description ------- The operator can specify a v6 address to be used by a `libprocess` process by specifying the `LIBPROCESS_IP6` environment variable. Currently the `lipbrocess` stores the IPv6 address but doesn't open a socket on the v6 address in order to listen or send traffic on the v6 address. Diffs ----- 3rdparty/libprocess/src/process.cpp 96ce7dbc486a2f1d55d2238a8a102bf024b12b1c Diff: https://reviews.apache.org/r/59130/diff/1/ Testing ------- make check. Thanks, Avinash sridharan --===============6257404757584625856==--