Skip to content

Instantly share code, notes, and snippets.

@aeyakovenko
Created August 22, 2016 21:25
Show Gist options
  • Save aeyakovenko/0c6458ed3029134f8f917d6a0867fc18 to your computer and use it in GitHub Desktop.
Save aeyakovenko/0c6458ed3029134f8f917d6a0867fc18 to your computer and use it in GitHub Desktop.
marathon start errors
MESOS_NATIVE_JAVA_LIBRARY is not set. Searching in /usr/lib /usr/local/lib.
MESOS_NATIVE_LIBRARY, MESOS_NATIVE_JAVA_LIBRARY set to '/usr/lib/libmesos.so'
[2016-08-22 14:24:16,689] INFO Starting Marathon 1.4.0-SNAPSHOT/547fdeb8612cd0c5b1b44586ac612ddbb8fa9060 with --master local --zk zk://localhost:2181/marathon (mesosphere.marathon.Main$:main)
[2016-08-22 14:24:17,131] WARN Method [public javax.ws.rs.core.Response mesosphere.marathon.api.MarathonExceptionMapper.toResponse(java.lang.Throwable)] is synthetic and is being intercepted by [mesosphere.marathon.DebugModule$MetricsBehavior@61f3fbb8]. This could indicate a bug. The method may be intercepted twice, or may not be intercepted at all. (com.google.inject.internal.ProxyFactory:main)
[2016-08-22 14:24:17,373] INFO Logging initialized @2309ms (org.eclipse.jetty.util.log:main)
[2016-08-22 14:24:17,845] INFO Slf4jLogger started (akka.event.slf4j.Slf4jLogger:marathon-akka.actor.default-dispatcher-5)
[2016-08-22 14:24:18,022] WARN session timeout [10000] is less than connection timeout [15000] (org.apache.curator.CuratorZookeeperClient:main)
[2016-08-22 14:24:18,042] INFO Starting (org.apache.curator.framework.imps.CuratorFrameworkImpl:main)
[2016-08-22 14:24:18,054] INFO Client environment:zookeeper.version=3.5.0-alpha-1615249, built on 08/01/2014 22:13 GMT (org.apache.zookeeper.ZooKeeper:main)
[2016-08-22 14:24:18,054] INFO Client environment:host.name=ayakovenko-ubuntu (org.apache.zookeeper.ZooKeeper:main)
[2016-08-22 14:24:18,054] INFO Client environment:java.version=1.8.0_102 (org.apache.zookeeper.ZooKeeper:main)
[2016-08-22 14:24:18,054] INFO Client environment:java.vendor=Oracle Corporation (org.apache.zookeeper.ZooKeeper:main)
[2016-08-22 14:24:18,054] INFO Client environment:java.home=/home/ayakovenko/.linuxbrew/Cellar/jdk/1.8.0-102/jre (org.apache.zookeeper.ZooKeeper:main)
[2016-08-22 14:24:18,054] INFO Client environment:java.class.path=./bin/../target/scala-2.11/marathon-assembly-1.4.0-SNAPSHOT.jar (org.apache.zookeeper.ZooKeeper:main)
[2016-08-22 14:24:18,054] INFO Client environment:java.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib (org.apache.zookeeper.ZooKeeper:main)
[2016-08-22 14:24:18,054] INFO Client environment:java.io.tmpdir=/tmp (org.apache.zookeeper.ZooKeeper:main)
[2016-08-22 14:24:18,054] INFO Client environment:java.compiler=<NA> (org.apache.zookeeper.ZooKeeper:main)
[2016-08-22 14:24:18,054] INFO Client environment:os.name=Linux (org.apache.zookeeper.ZooKeeper:main)
[2016-08-22 14:24:18,054] INFO Client environment:os.arch=amd64 (org.apache.zookeeper.ZooKeeper:main)
[2016-08-22 14:24:18,054] INFO Client environment:os.version=4.4.0-34-generic (org.apache.zookeeper.ZooKeeper:main)
[2016-08-22 14:24:18,054] INFO Client environment:user.name=ayakovenko (org.apache.zookeeper.ZooKeeper:main)
[2016-08-22 14:24:18,054] INFO Client environment:user.home=/home/ayakovenko (org.apache.zookeeper.ZooKeeper:main)
[2016-08-22 14:24:18,054] INFO Client environment:user.dir=/home/ayakovenko/Public/marathon (org.apache.zookeeper.ZooKeeper:main)
[2016-08-22 14:24:18,054] INFO Client environment:os.memory.free=202MB (org.apache.zookeeper.ZooKeeper:main)
[2016-08-22 14:24:18,055] INFO Client environment:os.memory.max=1774MB (org.apache.zookeeper.ZooKeeper:main)
[2016-08-22 14:24:18,055] INFO Client environment:os.memory.total=224MB (org.apache.zookeeper.ZooKeeper:main)
[2016-08-22 14:24:18,055] INFO Initiating client connection, connectString=localhost:2181 sessionTimeout=10000 watcher=org.apache.curator.ConnectionState@3240b2a4 (org.apache.zookeeper.ZooKeeper:main)
[2016-08-22 14:24:18,074] INFO Opening socket connection to server localhost/127.0.0.1:2181. Will not attempt to authenticate using SASL (unknown error) (org.apache.zookeeper.ClientCnxn:main-SendThread(localhost:2181))
[2016-08-22 14:24:18,084] INFO Socket connection established to localhost/127.0.0.1:2181, initiating session (org.apache.zookeeper.ClientCnxn:main-SendThread(localhost:2181))
[2016-08-22 14:24:18,091] INFO Session establishment complete on server localhost/127.0.0.1:2181, sessionid = 0x156b3e82c9b0027, negotiated timeout = 10000 (org.apache.zookeeper.ClientCnxn:main-SendThread(localhost:2181))
[2016-08-22 14:24:18,094] INFO State change: CONNECTED (org.apache.curator.framework.state.ConnectionStateManager:main-EventThread)
[2016-08-22 14:24:18,219] INFO Started TaskTrackerUpdateStepsProcessorImpl with steps:
* continueOnError(notifyHealthCheckManager)
* continueOnError(notifyRateLimiter)
* continueOnError(notifyLaunchQueue)
* continueOnError(emitUpdate)
* continueOnError(postTaskStatusEvent)
* continueOnError(scaleApp) (mesosphere.marathon.core.task.tracker.impl.TaskTrackerUpdateStepProcessorImpl:main)
[2016-08-22 14:24:18,271] INFO Calling reviveOffers is enabled. Use --disable_revive_offers_for_new_apps to disable. (mesosphere.marathon.core.flow.FlowModule:main)
[2016-08-22 14:24:18,341] INFO Loading plugins implementing 'mesosphere.marathon.plugin.auth.Authenticator' from these urls: [] (mesosphere.marathon.core.plugin.impl.PluginManagerImpl:main)
[2016-08-22 14:24:18,344] INFO Found 0 plugins. (mesosphere.marathon.core.plugin.impl.PluginManagerImpl:main)
[2016-08-22 14:24:18,346] INFO Loading plugins implementing 'mesosphere.marathon.plugin.auth.Authorizer' from these urls: [] (mesosphere.marathon.core.plugin.impl.PluginManagerImpl:main)
[2016-08-22 14:24:18,346] INFO Found 0 plugins. (mesosphere.marathon.core.plugin.impl.PluginManagerImpl:main)
[2016-08-22 14:24:18,348] INFO Started status update processor (mesosphere.marathon.core.task.update.impl.TaskStatusUpdateProcessorImpl$$EnhancerByGuice$$3f344994:main)
[2016-08-22 14:24:18,525] INFO All actors suspended:
* Actor[akka://marathon/user/offersWantedForReconciliation#167520752]
* Actor[akka://marathon/user/reviveOffersWhenWanted#629102062]
* Actor[akka://marathon/user/rateLimiter#-1745759247]
* Actor[akka://marathon/user/groupManager#1206563788]
* Actor[akka://marathon/user/expungeOverdueLostTasks#-1226368585]
* Actor[akka://marathon/user/offerMatcherLaunchTokens#102978240]
* Actor[akka://marathon/user/taskKillServiceActor#-1580752045]
* Actor[akka://marathon/user/launchQueue#-1853591448]
* Actor[akka://marathon/user/offerMatcherManager#-434435462]
* Actor[akka://marathon/user/taskTracker#1666480167]
* Actor[akka://marathon/user/killOverdueStagedTasks#350080132] (mesosphere.marathon.core.leadership.impl.LeadershipCoordinatorActor:marathon-akka.actor.default-dispatcher-5)
[2016-08-22 14:24:18,634] INFO Adding HTTP support. (mesosphere.chaos.http.HttpModule:main)
[2016-08-22 14:24:18,635] INFO No HTTPS support configured. (mesosphere.chaos.http.HttpModule:main)
[2016-08-22 14:24:18,697] INFO Starting up (mesosphere.marathon.MarathonSchedulerService$$EnhancerByGuice$$d99d6ac0:MarathonSchedulerService$$EnhancerByGuice$$d99d6ac0)
[2016-08-22 14:24:18,698] INFO Beginning run (mesosphere.marathon.MarathonSchedulerService$$EnhancerByGuice$$d99d6ac0:MarathonSchedulerService$$EnhancerByGuice$$d99d6ac0)
[2016-08-22 14:24:18,700] INFO Will offer leadership after 500 milliseconds backoff (mesosphere.marathon.core.election.impl.CuratorElectionService:MarathonSchedulerService$$EnhancerByGuice$$d99d6ac0)
[2016-08-22 14:24:18,707] INFO jetty-9.3.z-SNAPSHOT (org.eclipse.jetty.server.Server:HttpService$$EnhancerByGuice$$90a50005 STARTING)
[2016-08-22 14:24:18,739] INFO Now standing by. Closing existing handles and rejecting new. (mesosphere.marathon.core.event.impl.stream.HttpEventStreamActor:marathon-akka.actor.default-dispatcher-2)
[2016-08-22 14:24:18,936] INFO Registering com.codahale.metrics.jersey.InstrumentedResourceMethodDispatchAdapter as a provider class (com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory:HttpService$$EnhancerByGuice$$90a50005 STARTING)
[2016-08-22 14:24:18,938] INFO Registering mesosphere.marathon.api.MarathonExceptionMapper as a provider class (com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory:HttpService$$EnhancerByGuice$$90a50005 STARTING)
[2016-08-22 14:24:18,939] INFO Registering mesosphere.marathon.api.v2.AppsResource as a root resource class (com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory:HttpService$$EnhancerByGuice$$90a50005 STARTING)
[2016-08-22 14:24:18,939] INFO Registering mesosphere.marathon.api.v2.TasksResource as a root resource class (com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory:HttpService$$EnhancerByGuice$$90a50005 STARTING)
[2016-08-22 14:24:18,939] INFO Registering mesosphere.marathon.api.v2.EventSubscriptionsResource as a root resource class (com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory:HttpService$$EnhancerByGuice$$90a50005 STARTING)
[2016-08-22 14:24:18,939] INFO Registering mesosphere.marathon.api.v2.QueueResource as a root resource class (com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory:HttpService$$EnhancerByGuice$$90a50005 STARTING)
[2016-08-22 14:24:18,940] INFO Registering mesosphere.marathon.api.v2.GroupsResource as a root resource class (com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory:HttpService$$EnhancerByGuice$$90a50005 STARTING)
[2016-08-22 14:24:18,940] INFO Registering mesosphere.marathon.api.v2.InfoResource as a root resource class (com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory:HttpService$$EnhancerByGuice$$90a50005 STARTING)
[2016-08-22 14:24:18,940] INFO Registering mesosphere.marathon.api.v2.LeaderResource as a root resource class (com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory:HttpService$$EnhancerByGuice$$90a50005 STARTING)
[2016-08-22 14:24:18,941] INFO Registering mesosphere.marathon.api.v2.DeploymentsResource as a root resource class (com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory:HttpService$$EnhancerByGuice$$90a50005 STARTING)
[2016-08-22 14:24:18,941] INFO Registering mesosphere.marathon.api.v2.ArtifactsResource as a root resource class (com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory:HttpService$$EnhancerByGuice$$90a50005 STARTING)
[2016-08-22 14:24:18,941] INFO Registering mesosphere.marathon.api.v2.SchemaResource as a root resource class (com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory:HttpService$$EnhancerByGuice$$90a50005 STARTING)
[2016-08-22 14:24:18,941] INFO Registering mesosphere.marathon.api.v2.PluginsResource as a root resource class (com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory:HttpService$$EnhancerByGuice$$90a50005 STARTING)
[2016-08-22 14:24:18,943] INFO Initiating Jersey application, version 'Jersey: 1.18.1 02/19/2014 03:28 AM' (com.sun.jersey.server.impl.application.WebApplicationImpl:HttpService$$EnhancerByGuice$$90a50005 STARTING)
[2016-08-22 14:24:18,987] INFO Binding com.codahale.metrics.jersey.InstrumentedResourceMethodDispatchAdapter to GuiceManagedComponentProvider with the scope "Singleton" (com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory:HttpService$$EnhancerByGuice$$90a50005 STARTING)
[2016-08-22 14:24:19,003] INFO Binding mesosphere.marathon.api.MarathonExceptionMapper to GuiceManagedComponentProvider with the scope "Singleton" (com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory:HttpService$$EnhancerByGuice$$90a50005 STARTING)
[2016-08-22 14:24:19,240] INFO Using HA and therefore offering leadership (mesosphere.marathon.core.election.impl.CuratorElectionService:ForkJoinPool-2-worker-13)
[2016-08-22 14:24:19,241] INFO Will do leader election through localhost:2181 (mesosphere.marathon.core.election.impl.CuratorElectionService:ForkJoinPool-2-worker-13)
[2016-08-22 14:24:19,242] WARN session timeout [10000] is less than connection timeout [15000] (org.apache.curator.CuratorZookeeperClient:ForkJoinPool-2-worker-13)
[2016-08-22 14:24:19,242] INFO Starting (org.apache.curator.framework.imps.CuratorFrameworkImpl:ForkJoinPool-2-worker-13)
[2016-08-22 14:24:19,243] INFO Initiating client connection, connectString=localhost:2181 sessionTimeout=10000 watcher=org.apache.curator.ConnectionState@30665551 (org.apache.zookeeper.ZooKeeper:ForkJoinPool-2-worker-13)
[2016-08-22 14:24:19,257] INFO Opening socket connection to server localhost/127.0.0.1:2181. Will not attempt to authenticate using SASL (unknown error) (org.apache.zookeeper.ClientCnxn:ForkJoinPool-2-worker-13-SendThread(localhost:2181))
[2016-08-22 14:24:19,257] INFO Socket connection established to localhost/127.0.0.1:2181, initiating session (org.apache.zookeeper.ClientCnxn:ForkJoinPool-2-worker-13-SendThread(localhost:2181))
[2016-08-22 14:24:19,261] INFO Session establishment complete on server localhost/127.0.0.1:2181, sessionid = 0x156b3e82c9b0028, negotiated timeout = 10000 (org.apache.zookeeper.ClientCnxn:ForkJoinPool-2-worker-13-SendThread(localhost:2181))
[2016-08-22 14:24:19,261] INFO State change: CONNECTED (org.apache.curator.framework.state.ConnectionStateManager:ForkJoinPool-2-worker-13-EventThread)
[2016-08-22 14:24:19,328] INFO Elected (LeaderLatchListener Interface) (mesosphere.marathon.core.election.impl.CuratorElectionService:ForkJoinPool-2-worker-13-EventThread)
[2016-08-22 14:24:19,330] INFO As new leader running the driver (mesosphere.marathon.MarathonSchedulerService$$EnhancerByGuice$$d99d6ac0:ForkJoinPool-2-worker-13-EventThread)
[2016-08-22 14:24:19,417] INFO Initiating client connection, connectString=localhost:2181 sessionTimeout=10000 watcher=com.twitter.zk.EventBroker@5bc62d0 (org.apache.zookeeper.ZooKeeper:ForkJoinPool-2-worker-13)
[2016-08-22 14:24:19,430] INFO Opening socket connection to server localhost/0:0:0:0:0:0:0:1:2181. Will not attempt to authenticate using SASL (unknown error) (org.apache.zookeeper.ClientCnxn:ForkJoinPool-2-worker-13-SendThread(localhost:2181))
[2016-08-22 14:24:19,435] INFO Socket connection established to localhost/0:0:0:0:0:0:0:1:2181, initiating session (org.apache.zookeeper.ClientCnxn:ForkJoinPool-2-worker-13-SendThread(localhost:2181))
[2016-08-22 14:24:19,438] INFO Session establishment complete on server localhost/0:0:0:0:0:0:0:1:2181, sessionid = 0x156b3e82c9b0029, negotiated timeout = 10000 (org.apache.zookeeper.ClientCnxn:ForkJoinPool-2-worker-13-SendThread(localhost:2181))
[2016-08-22 14:24:19,532] INFO Migration for storage: Version(1, 3, 0) to current: Version(1, 4, 0): apply change for version: Version(1, 4, 0) (mesosphere.marathon.storage.migration.Migration:ForkJoinPool-2-worker-13)
[2016-08-22 14:24:19,546] INFO Binding mesosphere.marathon.api.v2.AppsResource to GuiceManagedComponentProvider with the scope "Singleton" (com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory:HttpService$$EnhancerByGuice$$90a50005 STARTING)
[2016-08-22 14:24:19,598] INFO Binding mesosphere.marathon.api.v2.TasksResource to GuiceManagedComponentProvider with the scope "Singleton" (com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory:HttpService$$EnhancerByGuice$$90a50005 STARTING)
[2016-08-22 14:24:19,612] INFO Binding mesosphere.marathon.api.v2.EventSubscriptionsResource to GuiceManagedComponentProvider with the scope "Singleton" (com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory:HttpService$$EnhancerByGuice$$90a50005 STARTING)
[2016-08-22 14:24:19,638] INFO Event notification disabled. (mesosphere.marathon.core.event.EventModule:HttpService$$EnhancerByGuice$$90a50005 STARTING)
[2016-08-22 14:24:19,650] INFO Binding mesosphere.marathon.api.v2.QueueResource to GuiceManagedComponentProvider with the scope "Singleton" (com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory:HttpService$$EnhancerByGuice$$90a50005 STARTING)
[2016-08-22 14:24:19,674] INFO Binding mesosphere.marathon.api.v2.GroupsResource to GuiceManagedComponentProvider with the scope "Singleton" (com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory:HttpService$$EnhancerByGuice$$90a50005 STARTING)
[2016-08-22 14:24:19,707] INFO Binding mesosphere.marathon.api.v2.InfoResource to GuiceManagedComponentProvider with the scope "Singleton" (com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory:HttpService$$EnhancerByGuice$$90a50005 STARTING)
[2016-08-22 14:24:19,719] INFO Binding mesosphere.marathon.api.v2.LeaderResource to GuiceManagedComponentProvider with the scope "Singleton" (com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory:HttpService$$EnhancerByGuice$$90a50005 STARTING)
[2016-08-22 14:24:19,726] INFO Binding mesosphere.marathon.api.v2.DeploymentsResource to GuiceManagedComponentProvider with the scope "Singleton" (com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory:HttpService$$EnhancerByGuice$$90a50005 STARTING)
[2016-08-22 14:24:19,787] INFO Binding mesosphere.marathon.api.v2.ArtifactsResource to GuiceManagedComponentProvider with the scope "Singleton" (com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory:HttpService$$EnhancerByGuice$$90a50005 STARTING)
[2016-08-22 14:24:19,809] INFO Binding mesosphere.marathon.api.v2.SchemaResource to GuiceManagedComponentProvider with the scope "Singleton" (com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory:HttpService$$EnhancerByGuice$$90a50005 STARTING)
[2016-08-22 14:24:19,819] INFO Binding mesosphere.marathon.api.v2.PluginsResource to GuiceManagedComponentProvider with the scope "Singleton" (com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory:HttpService$$EnhancerByGuice$$90a50005 STARTING)
[2016-08-22 14:24:19,820] INFO Loading plugins implementing 'mesosphere.marathon.plugin.http.HttpRequestHandler' from these urls: [] (mesosphere.marathon.core.plugin.impl.PluginManagerImpl:HttpService$$EnhancerByGuice$$90a50005 STARTING)
[2016-08-22 14:24:19,828] INFO Found 0 plugins. (mesosphere.marathon.core.plugin.impl.PluginManagerImpl:HttpService$$EnhancerByGuice$$90a50005 STARTING)
[2016-08-22 14:24:19,898] INFO Started o.e.j.s.ServletContextHandler@5eb14ef0{/,null,AVAILABLE} (org.eclipse.jetty.server.handler.ContextHandler:HttpService$$EnhancerByGuice$$90a50005 STARTING)
[2016-08-22 14:24:19,919] INFO Started ServerConnector@73df1bed{HTTP/1.1,[http/1.1]}{0.0.0.0:8080} (org.eclipse.jetty.server.ServerConnector:HttpService$$EnhancerByGuice$$90a50005 STARTING)
[2016-08-22 14:24:19,920] INFO Started @4857ms (org.eclipse.jetty.server.Server:HttpService$$EnhancerByGuice$$90a50005 STARTING)
[2016-08-22 14:24:19,921] INFO All services up and running. (mesosphere.marathon.Main$:main)
[2016-08-22 14:24:19,962] INFO Migrated (tasks,0)(deployment plans,0)(task failures,0)(root + app versions,1)(framework-id,0)(event-subscribers,0) to new format (mesosphere.marathon.storage.migration.MigrationTo1_4_PersistenceStore:ForkJoinPool-2-worker-3)
[2016-08-22 14:24:20,029] INFO Session: 0x156b3e82c9b0029 closed (org.apache.zookeeper.ZooKeeper:ForkJoinPool-2-worker-5)
[2016-08-22 14:24:20,031] INFO EventThread shut down (org.apache.zookeeper.ClientCnxn:ForkJoinPool-2-worker-13-EventThread)
[2016-08-22 14:24:20,031] INFO Migration successfully applied for version Version(1, 4, 0) (mesosphere.marathon.storage.migration.Migration:ForkJoinPool-2-worker-13-EventThread)
[2016-08-22 14:24:20,032] INFO Call preDriverStarts callbacks on (mesosphere.marathon.MarathonSchedulerService$$EnhancerByGuice$$d99d6ac0:ForkJoinPool-2-worker-13-EventThread)
[2016-08-22 14:24:20,033] INFO Finished preDriverStarts callbacks (mesosphere.marathon.MarathonSchedulerService$$EnhancerByGuice$$d99d6ac0:ForkJoinPool-2-worker-13-EventThread)
[2016-08-22 14:24:20,042] INFO started RateLimiterActor (mesosphere.marathon.core.launchqueue.impl.RateLimiterActor:marathon-akka.actor.default-dispatcher-6)
[2016-08-22 14:24:20,045] INFO TaskTrackerActor is starting. Task loading initiated. (mesosphere.marathon.core.task.tracker.impl.TaskTrackerActor:marathon-akka.actor.default-dispatcher-7)
[2016-08-22 14:24:20,046] INFO ExpungeOverdueLostTasksActor has started (mesosphere.marathon.core.task.jobs.impl.ExpungeOverdueLostTasksActor:marathon-akka.actor.default-dispatcher-4)
[2016-08-22 14:24:20,178] INFO All actors active:
* Actor[akka://marathon/user/offersWantedForReconciliation#167520752]
* Actor[akka://marathon/user/reviveOffersWhenWanted#629102062]
* Actor[akka://marathon/user/rateLimiter#-1745759247]
* Actor[akka://marathon/user/groupManager#1206563788]
* Actor[akka://marathon/user/expungeOverdueLostTasks#-1226368585]
* Actor[akka://marathon/user/offerMatcherLaunchTokens#102978240]
* Actor[akka://marathon/user/taskKillServiceActor#-1580752045]
* Actor[akka://marathon/user/launchQueue#-1853591448]
* Actor[akka://marathon/user/offerMatcherManager#-434435462]
* Actor[akka://marathon/user/taskTracker#1666480167]
* Actor[akka://marathon/user/killOverdueStagedTasks#350080132] (mesosphere.marathon.core.leadership.impl.LeadershipCoordinatorActor:marathon-akka.actor.default-dispatcher-5)
[2016-08-22 14:24:20,180] INFO no interest in offers for reservation reconciliation anymore. (mesosphere.marathon.core.matcher.reconcile.impl.OffersWantedForReconciliationActor:marathon-akka.actor.default-dispatcher-6)
[2016-08-22 14:24:20,181] INFO Started. Will remain interested in offer reconciliation for 17500 milliseconds when needed. (mesosphere.marathon.core.matcher.reconcile.impl.OffersWantedForReconciliationActor:marathon-akka.actor.default-dispatcher-6)
[2016-08-22 14:24:20,183] INFO interested in offers for reservation reconciliation because of becoming leader (until 2016-08-22T21:24:37.682Z) (mesosphere.marathon.core.matcher.reconcile.impl.OffersWantedForReconciliationActor:marathon-akka.actor.default-dispatcher-6)
[2016-08-22 14:24:20,195] INFO Create new Scheduler Driver with frameworkId: None and scheduler mesosphere.marathon.core.heartbeat.MesosHeartbeatMonitor$$EnhancerByGuice$$62de1811@3d20e575 (mesosphere.marathon.MarathonSchedulerDriver$:ForkJoinPool-2-worker-13-EventThread)
[2016-08-22 14:24:20,206] INFO Received offers WANTED notification (mesosphere.marathon.core.flow.impl.ReviveOffersActor:marathon-akka.actor.default-dispatcher-4)
[2016-08-22 14:24:20,206] INFO => revive offers NOW, canceling any scheduled revives (mesosphere.marathon.core.flow.impl.ReviveOffersActor:marathon-akka.actor.default-dispatcher-4)
[2016-08-22 14:24:20,210] INFO About to load 0 tasks (mesosphere.marathon.core.task.tracker.impl.TaskLoaderImpl:ForkJoinPool-2-worker-3)
[2016-08-22 14:24:20,211] INFO Loaded 0 tasks (mesosphere.marathon.core.task.tracker.impl.TaskLoaderImpl:ForkJoinPool-2-worker-3)
[2016-08-22 14:24:20,213] INFO Task loading complete. (mesosphere.marathon.core.task.tracker.impl.TaskTrackerActor:marathon-akka.actor.default-dispatcher-4)
[2016-08-22 14:24:20,229] INFO 2 further revives still needed. Repeating reviveOffers according to --revive_offers_repetitions 3 (mesosphere.marathon.core.flow.impl.ReviveOffersActor:marathon-akka.actor.default-dispatcher-2)
[2016-08-22 14:24:20,230] INFO => Schedule next revive at 2016-08-22T21:24:25.206Z in 4978 milliseconds, adhering to --min_revive_offers_interval 5000 (ms) (mesosphere.marathon.core.flow.impl.ReviveOffersActor:marathon-akka.actor.default-dispatcher-2)
[2016-08-22 14:24:20,230] INFO Received offers WANTED notification (mesosphere.marathon.core.flow.impl.ReviveOffersActor:marathon-akka.actor.default-dispatcher-2)
I0822 14:24:20.290731 6668 leveldb.cpp:174] Opened db in 5.491734ms
I0822 14:24:20.291911 6668 leveldb.cpp:181] Compacted db in 938560ns
I0822 14:24:20.292173 6668 leveldb.cpp:196] Created db iterator in 89429ns
I0822 14:24:20.292364 6668 leveldb.cpp:202] Seeked to beginning of db in 583ns
I0822 14:24:20.292593 6668 leveldb.cpp:271] Iterated through 0 keys in the db in 371ns
I0822 14:24:20.292718 6668 replica.cpp:779] Replica recovered with log positions 0 -> 0 with 1 holes and 0 unlearned
I0822 14:24:20.293445 6687 recover.cpp:451] Starting replica recovery
I0822 14:24:20.293524 6687 recover.cpp:477] Replica is in EMPTY status
I0822 14:24:20.294035 6687 replica.cpp:673] Replica in EMPTY status received a broadcasted recover request from (4)@127.0.1.1:38598
I0822 14:24:20.294209 6687 recover.cpp:197] Received a recover response from a replica in EMPTY status
I0822 14:24:20.294435 6687 recover.cpp:568] Updating replica status to STARTING
I0822 14:24:20.295969 6690 master.cpp:375] Master 4a0cef8f-7a83-4aca-9f7c-c3b98c2a570e (ayakovenko-ubuntu) started on 127.0.1.1:38598
I0822 14:24:20.296000 6690 master.cpp:377] Flags at startup: --agent_ping_timeout="15secs" --agent_reregister_timeout="10mins" --allocation_interval="1secs" --allocator="HierarchicalDRF" --authenticate_agents="false" --authenticate_frameworks="false" --authenticate_http_frameworks="false" --authenticate_http_readonly="false" --authenticate_http_readwrite="false" --authenticators="crammd5" --authorizers="local" --framework_sorter="drf" --help="false" --hostname_lookup="true" --http_authenticators="basic" --initialize_driver_logging="true" --log_auto_initialize="true" --logbufsecs="0" --logging_level="INFO" --max_agent_ping_timeouts="5" --max_completed_frameworks="50" --max_completed_tasks_per_framework="1000" --quiet="false" --recovery_agent_removal_limit="100%" --registry="replicated_log" --registry_fetch_timeout="1mins" --registry_store_timeout="20secs" --registry_strict="false" --root_submissions="true" --user_sorter="drf" --version="false" --webui_dir="/usr/share/mesos/webui" --work_dir="/tmp/mesos/local/8LIMdB" --zk_session_timeout="10secs"
I0822 14:24:20.296156 6690 master.cpp:429] Master allowing unauthenticated frameworks to register
I0822 14:24:20.296161 6690 master.cpp:443] Master allowing unauthenticated agents to register
I0822 14:24:20.296164 6690 master.cpp:457] Master allowing HTTP frameworks to register without authentication
I0822 14:24:20.296175 6690 master.cpp:499] Using default 'crammd5' authenticator
W0822 14:24:20.296185 6690 authenticator.cpp:512] No credentials provided, authentication requests will be refused
I0822 14:24:20.296187 6690 authenticator.cpp:519] Initializing server SASL
Failed to start a local cluster while loading agent flags from the environment: Flag 'work_dir' is required, but it was not provided
I0822 14:24:20.297977 6687 leveldb.cpp:304] Persisting metadata (8 bytes) to leveldb took 3.384199ms
I0822 14:24:20.298015 6687 replica.cpp:320] Persisted replica status to STARTING
I0822 14:24:20.298097 6685 recover.cpp:477] Replica is in STARTING status
I0822 14:24:20.298295 6685 replica.cpp:673] Replica in STARTING status received a broadcasted recover request from (5)@127.0.1.1:38598
I0822 14:24:20.298332 6685 recover.cpp:197] Received a recover response from a replica in STARTING status
I0822 14:24:20.298373 6685 recover.cpp:568] Updating replica status to VOTING
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment