Return-Path: X-Original-To: apmail-aurora-issues-archive@minotaur.apache.org Delivered-To: apmail-aurora-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E7FF010E7A for ; Tue, 11 Feb 2014 00:26:45 +0000 (UTC) Received: (qmail 44230 invoked by uid 500); 11 Feb 2014 00:26:45 -0000 Delivered-To: apmail-aurora-issues-archive@aurora.apache.org Received: (qmail 44208 invoked by uid 500); 11 Feb 2014 00:26:45 -0000 Mailing-List: contact issues-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 issues@aurora.incubator.apache.org Received: (qmail 44201 invoked by uid 99); 11 Feb 2014 00:26:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Feb 2014 00:26:45 +0000 X-ASF-Spam-Status: No, hits=-2000.6 required=5.0 tests=ALL_TRUSTED,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; Tue, 11 Feb 2014 00:26:42 +0000 Received: (qmail 41931 invoked by uid 99); 11 Feb 2014 00:26:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Feb 2014 00:26:20 +0000 Date: Tue, 11 Feb 2014 00:26:20 +0000 (UTC) From: "Suman Karumuri (JIRA)" To: issues@aurora.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AURORA-179) Local scheduler run fails to register with mesos MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AURORA-179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13897330#comment-13897330 ] Suman Karumuri commented on AURORA-179: --------------------------------------- By binary search narrowed down the bug to the following commit: commit 28372648a364bcef17b9dffaa258081dbfc5b54f Author: Bill Farner Date: Wed Jan 22 10:23:31 2014 -0800 Only make the SchedulerDriver available after registered() has been called. I've also removed some functions from the Driver interface, since they should be used exclusively by SchedulerLifecycle. Bugs closed: AURORA-45 Reviewed at https://reviews.apache.org/r/16995/ Looks like IsolatedSchedulerModule is not updated when the schedulerDriver was updated. Looking into a fix now. Until then my previous comment should atleast unblock the UI testing. > Local scheduler run fails to register with mesos > ------------------------------------------------ > > Key: AURORA-179 > URL: https://issues.apache.org/jira/browse/AURORA-179 > Project: Aurora > Issue Type: Bug > Components: Scheduler > Reporter: Maxim Khutornenko > Assignee: Suman Karumuri > Priority: Critical > > $ gradle clean run > {noformat} > ... > I0204 00:21:43.997 THREAD1 com.twitter.common.application.Lifecycle.awaitShutdown: Awaiting shutdown > E0204 00:22:44.013 THREAD24 org.apache.aurora.scheduler.SchedulerLifecycle$5$3.run: Framework has not been registered within the tolerated delay. > I0204 00:22:44.013 THREAD24 com.twitter.common.util.StateMachine$Builder$1.execute: SchedulerLifecycle state machine transition LEADER_AWAITING_REGISTRATION -> DEAD > E0204 00:22:44.016 THREAD22 org.apache.aurora.scheduler.SchedulerLifecycle$SchedulerCandidateImpl.onDefeated: Lost leadership, committing suicide. > I0204 00:22:44.016 THREAD24 com.twitter.common.util.StateMachine$Builder$1.execute: storage state machine transition READY -> STOPPED > I0204 00:22:44.016 THREAD22 com.twitter.common.util.StateMachine$Builder$1.execute: SchedulerLifecycle state machine transition DEAD -> DEAD > I0204 00:22:44.017 THREAD24 com.twitter.common.application.Lifecycle.shutdown: Shutting down application > I0204 00:22:44.017 THREAD22 org.apache.aurora.scheduler.SchedulerLifecycle$7.execute: Shutdown already invoked, ignoring extra call. > I0204 00:22:44.017 THREAD24 com.twitter.common.application.ShutdownRegistry$ShutdownRegistryImpl.execute: Executing 12 shutdown commands. > W0204 00:22:44.018 THREAD22 com.twitter.common.zookeeper.CandidateImpl$4.onGroupChange: All candidates have temporarily left the group: Group /twitter/service/mesos/local/scheduler > ... > {noformat} -- This message was sent by Atlassian JIRA (v6.1.5#6160)