Return-Path: X-Original-To: apmail-aurora-dev-archive@minotaur.apache.org Delivered-To: apmail-aurora-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8521B9699 for ; Wed, 10 Dec 2014 19:36:02 +0000 (UTC) Received: (qmail 76725 invoked by uid 500); 10 Dec 2014 19:36:02 -0000 Delivered-To: apmail-aurora-dev-archive@aurora.apache.org Received: (qmail 76680 invoked by uid 500); 10 Dec 2014 19:36:02 -0000 Mailing-List: contact dev-help@aurora.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aurora.incubator.apache.org Delivered-To: mailing list dev@aurora.incubator.apache.org Received: (qmail 76669 invoked by uid 99); 10 Dec 2014 19:36:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Dec 2014 19:36:02 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 10 Dec 2014 19:36:01 +0000 Received: (qmail 76604 invoked by uid 99); 10 Dec 2014 19:35:41 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Dec 2014 19:35:41 +0000 Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com [209.85.212.173]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 791D71A0041 for ; Wed, 10 Dec 2014 19:35:39 +0000 (UTC) Received: by mail-wi0-f173.google.com with SMTP id r20so12352543wiv.0 for ; Wed, 10 Dec 2014 11:35:37 -0800 (PST) X-Gm-Message-State: ALoCoQmBZPKxqxmfFWhuaNUGpe/qhKff+sKAmkpjoAwwOCluDWAOKS118dTcdg6PYELeUy8AqmgR MIME-Version: 1.0 X-Received: by 10.180.95.68 with SMTP id di4mr15562091wib.49.1418240137519; Wed, 10 Dec 2014 11:35:37 -0800 (PST) Received: by 10.216.24.141 with HTTP; Wed, 10 Dec 2014 11:35:37 -0800 (PST) In-Reply-To: References: Date: Wed, 10 Dec 2014 11:35:37 -0800 Message-ID: Subject: Re: Constantly getting TASK_LOST from Mesos and THROTTLED from Aurora From: Maxim Khutornenko To: dev@aurora.incubator.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org You are most likely missing a mesos egg for your platform. See related thread [1] on how to workaround this problem. Thanks, Maxim [1] - http://mail-archives.apache.org/mod_mbox/aurora-dev/201410.mbox/%3CCAHD-6f8PkS84Fdp_Y3gnzZtk=TKgmV=02KH4E+5akM6OzdR0EQ@mail.gmail.com%3E On Tue, Dec 9, 2014 at 9:52 PM, Larry Weya wrote: > I've realized I was using the sample configuration which has these lines > > # TODO(Kevin Sweeney): Point these to real URLs. > > -thermos_executor_path=/dev/null > > -gc_executor_path=/dev/null > > > So I tried to build the thermos executor with > > ./pants src/main/python/apache/aurora/executor/bin:thermos_executor > > and I get this error > > File > "/home/vagrant/incubator-aurora/build-support/pants.venv/lib/python2.7/site-packages/pex/resolver.py", > line 101, in resolve > > raise Unsatisfiable('Cannot satisfy requirements: %s' % > requirement_set[requirement.key]) > > Unsatisfiable: Cannot satisfy requirements: > [PythonRequirement(mesos.native==0.20.1)] > > On Mon, Dec 8, 2014 at 11:45 PM, Bill Farner wrote: > >> This appears suspect: >> >> Fetching URI '/dev/null' >> >> >> On the scheduler, what's the value supplied for the >> --thermos_executor_path command >> line argument? >> >> >> >> -=Bill >> >> On Mon, Dec 8, 2014 at 12:31 PM, Larry Weya wrote: >> >> > I built Aurora from source and I'm running Mesos 0.21.0 >> > >> > While trying to run the Tutorial's job I get TASK_LOST from Mesos and >> > *THROTTLED : >> > Rescheduled, penalized for 60000 ms for flapping* from Aurora >> > >> > *Here is what I get within the job's stderr* >> > >> > WARNING: Logging before InitGoogleLogging() is written to STDERR >> > I1207 13:27:07.836628 2277 fetcher.cpp:76] Fetching URI '/dev/null' >> > I1207 13:27:07.836832 2277 fetcher.cpp:179] Copying resource from >> > '/dev/null' to >> > >> > >> '/tmp/mesos/slaves/20141207-131212-167946432-5050-1211-S0/frameworks/20141206-135558-251789322-5050-1200-0000/executors/thermos-1417958767765-www-data-devel-hello_world-0-aec3479b-ab28-4d58-9419-0bd1a9d4ff5d/runs/f53bf493-03e1-462a-aa08-d82d7696a630' >> > >> > -- >> > Larry Weya >> > >> > > > > -- > Larry Weya