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 21FA018DC6 for ; Fri, 11 Mar 2016 00:56:56 +0000 (UTC) Received: (qmail 60010 invoked by uid 500); 11 Mar 2016 00:56:56 -0000 Delivered-To: apmail-aurora-reviews-archive@aurora.apache.org Received: (qmail 59957 invoked by uid 500); 11 Mar 2016 00:56:56 -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 59929 invoked by uid 99); 11 Mar 2016 00:56:55 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Mar 2016 00:56:55 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id 329902AB1E2; Fri, 11 Mar 2016 00:56:54 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============6690210714078629148==" MIME-Version: 1.0 Subject: Re: Review Request 44685: Add scheduler support for running tasks using the mesos Docker containerizer. From: Bill Farner To: Joshua Cohen , John Sirois Cc: Bill Farner , Aurora , Zhitao Li , Zameer Manji Date: Fri, 11 Mar 2016 00:56:54 -0000 Message-ID: <20160311005654.28153.76016@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org/ Auto-Submitted: auto-generated Sender: Bill Farner X-ReviewGroup: Aurora X-Auto-Response-Suppress: DR, RN, OOF, AutoReply X-ReviewRequest-URL: https://reviews.apache.org/r/44685/ X-Sender: Bill Farner References: <20160311004955.28009.72437@reviews.apache.org> In-Reply-To: <20160311004955.28009.72437@reviews.apache.org> Reply-To: Bill Farner X-ReviewRequest-Repository: aurora --===============6690210714078629148== MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit > On March 10, 2016, 4:49 p.m., Zhitao Li wrote: > > nit: I feel like this diff may be better described as "Add support for running docker tasks without (thermos) executor", unless there is additional work planned in same diff. That summary could be misconstrued as though another executor is being used, when in fact there is none. This is somewhat splitting hairs, but i feel the current summary is about as descriptive as i can be in 80 cols. - Bill ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/44685/#review123052 ----------------------------------------------------------- On March 10, 2016, 4:44 p.m., Bill Farner wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/44685/ > ----------------------------------------------------------- > > (Updated March 10, 2016, 4:44 p.m.) > > > Review request for Aurora, Joshua Cohen and John Sirois. > > > Repository: aurora > > > Description > ------- > > This is currently labeled as experimental. > > Only the most basic wiring is added here, and assumes that the provided image > includes an ENTRYPOINT. Unlike Docker support via the thermos executor, this > approach allows containers with an entrypoint, and does not impose environment > requirements on the image (e.g. python interpreter, libmesos dependencies). > > Note that when using this, other familiar Aurora facilities that relate to the > thermos executor will not work. For example, browsing task logs is not > supported. > > Support for exercising this from the client will come shortly. > > > Diffs > ----- > > NEWS 0aa7f5e192ef17b95471e34a5408491999bcdeeb > src/jmh/java/org/apache/aurora/benchmark/ThriftApiBenchmarks.java 60746383fccb107ca27925a91aa1803e2cf0fd85 > src/main/java/org/apache/aurora/scheduler/app/AppModule.java a0d2a717534bbb2e85a556721cc53c1e4b743461 > src/main/java/org/apache/aurora/scheduler/base/TaskTestUtil.java 1de6966565d2fbd9abd220ad8162b624b109959a > src/main/java/org/apache/aurora/scheduler/configuration/ConfigurationManager.java 6300e5f83b039a9798e7093f6b46c84566e507e0 > src/main/java/org/apache/aurora/scheduler/mesos/MesosTaskFactory.java a34af4d2fb3863ab8197bcdce942c513d629621b > src/test/java/org/apache/aurora/scheduler/configuration/ConfigurationManagerTest.java d2789d0eaaeba99fcff3412f1abdd29a09d6514d > src/test/java/org/apache/aurora/scheduler/mesos/MesosTaskFactoryImplTest.java 3db531b52fb2bd94b4b5ce62e6554b5a85ed3ea8 > > Diff: https://reviews.apache.org/r/44685/diff/ > > > Testing > ------- > > Via additional hacking, i successfully ran the stock [hello world](https://hub.docker.com/_/hello-world/) image. Within the sandbox, i observed the expected output in the `stdout` file. Status updates for the task exiting worked as expected. > > > Thanks, > > Bill Farner > > --===============6690210714078629148==--