[ 
https://issues.apache.org/jira/browse/AURORA-179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13897289#comment-13897289
 ] 

Suman Karumuri commented on AURORA-179:
---------------------------------------

Looks like the isolated scheduler starts correctly and works as expected when 
we start a isolated scheduler with a log created by an old version of the code. 
But a DB created by a new version of the code, fails to start the isolated 
scheduler.

So, the following doesn't start a local scheduler:

rm /tmp/testing_log_file
git checkout master
gradle clean build run

But the following starts a local scheduler correctly
git co 47979138100b6049acd7d6b2e4aba8858bd44040 -b test1
gradle clean build run
CTRL-C
git checkout master 
gradle clean build run

Investigating more.

> 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)

Reply via email to