Return-Path: X-Original-To: apmail-aurora-reviews-archive@minotaur.apache.org Delivered-To: apmail-aurora-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 E9A1A18099 for ; Mon, 22 Jun 2015 18:51:34 +0000 (UTC) Received: (qmail 65927 invoked by uid 500); 22 Jun 2015 18:51:34 -0000 Delivered-To: apmail-aurora-reviews-archive@aurora.apache.org Received: (qmail 65879 invoked by uid 500); 22 Jun 2015 18:51:34 -0000 Mailing-List: contact reviews-help@aurora.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: reviews@aurora.apache.org Delivered-To: mailing list reviews@aurora.apache.org Received: (qmail 65855 invoked by uid 99); 22 Jun 2015 18:51:34 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Jun 2015 18:51:34 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id 79C673F1AF; Mon, 22 Jun 2015 18:51:33 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============6804505566197801358==" MIME-Version: 1.0 Subject: Re: Review Request 34300: Do better sanitation on the client side when encountering unbound pystachio refs From: "Kevin Sweeney" To: "Kevin Sweeney" Cc: "Aurora" , "Brian Wickman" Date: Mon, 22 Jun 2015 18:51:33 -0000 Message-ID: <20150622185133.20383.92360@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org/ Auto-Submitted: auto-generated Sender: "Kevin Sweeney" X-ReviewGroup: Aurora X-Auto-Response-Suppress: DR, RN, OOF, AutoReply X-ReviewRequest-URL: https://reviews.apache.org/r/34300/ X-Sender: "Kevin Sweeney" References: <20150604235538.7996.24781@reviews.apache.org> In-Reply-To: <20150604235538.7996.24781@reviews.apache.org> Reply-To: "Kevin Sweeney" X-ReviewRequest-Repository: aurora --===============6804505566197801358== MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit > On June 4, 2015, 4:55 p.m., Kevin Sweeney wrote: > > src/main/python/apache/aurora/config/thrift.py, line 218 > > > > > > Why set this at all? Does the scheduler read this field? > > Brian Wickman wrote: > it is not. i will leave it up to AURORA-739 to remove support entirely (or add it back in a sensible way.) In that case, please drop this set from the client-side. - Kevin ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34300/#review86742 ----------------------------------------------------------- On June 1, 2015, 11:05 a.m., Brian Wickman wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/34300/ > ----------------------------------------------------------- > > (Updated June 1, 2015, 11:05 a.m.) > > > Review request for Aurora and Kevin Sweeney. > > > Bugs: AURORA-739 > https://issues.apache.org/jira/browse/AURORA-739 > > > Repository: aurora > > > Description > ------- > > It's possible to define nested refs that can cause the executor to stack trace, e.g. > {{derp[{{thermos.ports[http]}}]}} is perfectly valid but crashes the executor. > > > Diffs > ----- > > src/main/python/apache/aurora/config/__init__.py dd2f89014a3da730364b14e01c499ac0f2c288c1 > src/main/python/apache/aurora/config/schema/base.py a87524a8b3ad5aa0e337e0a0028cecb85865b4e6 > src/main/python/apache/aurora/config/thrift.py 810febb637d168b07c4aea77984e1d1451a39af2 > src/main/python/apache/aurora/executor/common/task_info.py d110faf08135d94d9af95ad74613950c56248c09 > src/main/python/apache/thermos/config/dsl.py 0663a9ad8ae194b63ce6d77dabfe65564e2d26dd > src/main/python/apache/thermos/config/loader.py d77ab9a52b16e9d65acdb95f01fd251ae8ab2b6e > src/test/python/apache/aurora/client/test_config.py c56779712b91f621261358aa7ebd6c4fc65446a0 > src/test/python/apache/aurora/config/test_thrift.py 654c0b5ae82c98db163c7a44301ff6b23e19b211 > src/test/python/apache/aurora/executor/common/test_task_info.py 102ba531aa6c28f2d74bd0d7f1668e5861e3a6b8 > > Diff: https://reviews.apache.org/r/34300/diff/ > > > Testing > ------- > > Added some regression tests. > > > Thanks, > > Brian Wickman > > --===============6804505566197801358==--