Skip to content

Instantly share code, notes, and snippets.

@aeyakovenko
Last active August 22, 2016 20:32
Show Gist options
  • Save aeyakovenko/af5a5517e56541924b7a58b72549de09 to your computer and use it in GitHub Desktop.
Save aeyakovenko/af5a5517e56541924b7a58b72549de09 to your computer and use it in GitHub Desktop.
marathon start
$ ./bin/start --master local --zk zk://localhost:2181/marathon
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 13:25:09,347] INFO Starting Marathon 1.3.0-RC4/unknown with --master local --zk zk://localhost:2181/marathon (mesosphere.marathon.Main$:main)
[2016-08-22 13:25:09,781] 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@70e3f36f]. 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 13:25:09,990] INFO Logging initialized @2115ms (org.eclipse.jetty.util.log:main)
[2016-08-22 13:25:10,445] INFO Slf4jLogger started (akka.event.slf4j.Slf4jLogger:marathon-akka.actor.default-dispatcher-3)
[2016-08-22 13:25:10,628] 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 13:25:10,678] INFO Calling reviveOffers is enabled. Use --disable_revive_offers_for_new_apps to disable. (mesosphere.marathon.core.flow.FlowModule:main)
[2016-08-22 13:25:10,746] INFO Loading plugins implementing 'mesosphere.marathon.plugin.auth.Authenticator' from these urls: [] (mesosphere.marathon.core.plugin.impl.PluginManagerImpl:main)
[2016-08-22 13:25:10,751] INFO Found 0 plugins. (mesosphere.marathon.core.plugin.impl.PluginManagerImpl:main)
[2016-08-22 13:25:10,754] INFO Loading plugins implementing 'mesosphere.marathon.plugin.auth.Authorizer' from these urls: [] (mesosphere.marathon.core.plugin.impl.PluginManagerImpl:main)
[2016-08-22 13:25:10,754] INFO Found 0 plugins. (mesosphere.marathon.core.plugin.impl.PluginManagerImpl:main)
[2016-08-22 13:25:10,758] INFO Started status update processor (mesosphere.marathon.core.task.update.impl.TaskStatusUpdateProcessorImpl$$EnhancerByGuice$$5d43d2d6:main)
[2016-08-22 13:25:10,867] INFO All actors suspended:
* Actor[akka://marathon/user/killOverdueStagedTasks#-467097314]
* Actor[akka://marathon/user/offersWantedForReconciliation#527951916]
* Actor[akka://marathon/user/expungeOverdueLostTasks#-1573990238]
* Actor[akka://marathon/user/reviveOffersWhenWanted#1830017759]
* Actor[akka://marathon/user/rateLimiter#-1148121864]
* Actor[akka://marathon/user/groupManager#2130408367]
* Actor[akka://marathon/user/offerMatcherLaunchTokens#823863569]
* Actor[akka://marathon/user/offerMatcherManager#942883528]
* Actor[akka://marathon/user/launchQueue#-629120490]
* Actor[akka://marathon/user/taskTracker#-922773271]
* Actor[akka://marathon/user/taskKillServiceActor#-1498195240] (mesosphere.marathon.core.leadership.impl.LeadershipCoordinatorActor:marathon-akka.actor.default-dispatcher-3)
[2016-08-22 13:25:10,940] INFO Adding HTTP support. (mesosphere.chaos.http.HttpModule:main)
[2016-08-22 13:25:10,940] INFO No HTTPS support configured. (mesosphere.chaos.http.HttpModule:main)
[2016-08-22 13:25:10,992] INFO Starting up (mesosphere.marathon.MarathonSchedulerService$$EnhancerByGuice$$69c8f0a1:MarathonSchedulerService$$EnhancerByGuice$$69c8f0a1)
[2016-08-22 13:25:10,992] INFO Beginning run (mesosphere.marathon.MarathonSchedulerService$$EnhancerByGuice$$69c8f0a1:MarathonSchedulerService$$EnhancerByGuice$$69c8f0a1)
[2016-08-22 13:25:10,994] INFO Will offer leadership after 500 milliseconds backoff (mesosphere.marathon.core.election.impl.CuratorElectionService:MarathonSchedulerService$$EnhancerByGuice$$69c8f0a1)
[2016-08-22 13:25:11,001] INFO jetty-9.3.z-SNAPSHOT (org.eclipse.jetty.server.Server:HttpService$$EnhancerByGuice$$f7d71e88 STARTING)
[2016-08-22 13:25:11,031] INFO Now standing by. Closing existing handles and rejecting new. (mesosphere.marathon.core.event.impl.stream.HttpEventStreamActor:marathon-akka.actor.default-dispatcher-4)
[2016-08-22 13:25:11,200] INFO Registering com.codahale.metrics.jersey.InstrumentedResourceMethodDispatchAdapter as a provider class (com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory:HttpService$$EnhancerByGuice$$f7d71e88 STARTING)
[2016-08-22 13:25:11,203] INFO Registering mesosphere.marathon.api.MarathonExceptionMapper as a provider class (com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory:HttpService$$EnhancerByGuice$$f7d71e88 STARTING)
[2016-08-22 13:25:11,203] INFO Registering mesosphere.marathon.api.v2.AppsResource as a root resource class (com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory:HttpService$$EnhancerByGuice$$f7d71e88 STARTING)
[2016-08-22 13:25:11,203] INFO Registering mesosphere.marathon.api.v2.TasksResource as a root resource class (com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory:HttpService$$EnhancerByGuice$$f7d71e88 STARTING)
[2016-08-22 13:25:11,203] INFO Registering mesosphere.marathon.api.v2.EventSubscriptionsResource as a root resource class (com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory:HttpService$$EnhancerByGuice$$f7d71e88 STARTING)
[2016-08-22 13:25:11,203] INFO Registering mesosphere.marathon.api.v2.QueueResource as a root resource class (com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory:HttpService$$EnhancerByGuice$$f7d71e88 STARTING)
[2016-08-22 13:25:11,203] INFO Registering mesosphere.marathon.api.v2.GroupsResource as a root resource class (com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory:HttpService$$EnhancerByGuice$$f7d71e88 STARTING)
[2016-08-22 13:25:11,203] INFO Registering mesosphere.marathon.api.v2.InfoResource as a root resource class (com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory:HttpService$$EnhancerByGuice$$f7d71e88 STARTING)
[2016-08-22 13:25:11,203] INFO Registering mesosphere.marathon.api.v2.LeaderResource as a root resource class (com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory:HttpService$$EnhancerByGuice$$f7d71e88 STARTING)
[2016-08-22 13:25:11,203] INFO Registering mesosphere.marathon.api.v2.DeploymentsResource as a root resource class (com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory:HttpService$$EnhancerByGuice$$f7d71e88 STARTING)
[2016-08-22 13:25:11,203] INFO Registering mesosphere.marathon.api.v2.ArtifactsResource as a root resource class (com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory:HttpService$$EnhancerByGuice$$f7d71e88 STARTING)
[2016-08-22 13:25:11,203] INFO Registering mesosphere.marathon.api.v2.SchemaResource as a root resource class (com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory:HttpService$$EnhancerByGuice$$f7d71e88 STARTING)
[2016-08-22 13:25:11,203] INFO Registering mesosphere.marathon.api.v2.PluginsResource as a root resource class (com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory:HttpService$$EnhancerByGuice$$f7d71e88 STARTING)
[2016-08-22 13:25:11,205] INFO Initiating Jersey application, version 'Jersey: 1.18.1 02/19/2014 03:28 AM' (com.sun.jersey.server.impl.application.WebApplicationImpl:HttpService$$EnhancerByGuice$$f7d71e88 STARTING)
[2016-08-22 13:25:11,247] INFO Binding com.codahale.metrics.jersey.InstrumentedResourceMethodDispatchAdapter to GuiceManagedComponentProvider with the scope "Singleton" (com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory:HttpService$$EnhancerByGuice$$f7d71e88 STARTING)
[2016-08-22 13:25:11,260] INFO Binding mesosphere.marathon.api.MarathonExceptionMapper to GuiceManagedComponentProvider with the scope "Singleton" (com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory:HttpService$$EnhancerByGuice$$f7d71e88 STARTING)
[2016-08-22 13:25:11,525] INFO Using HA and therefore offering leadership (mesosphere.marathon.core.election.impl.CuratorElectionService:ForkJoinPool-2-worker-13)
[2016-08-22 13:25:11,527] INFO Will do leader election through localhost:2181 (mesosphere.marathon.core.election.impl.CuratorElectionService:ForkJoinPool-2-worker-13)
[2016-08-22 13:25:11,560] WARN session timeout [10000] is less than connection timeout [15000] (org.apache.curator.CuratorZookeeperClient:ForkJoinPool-2-worker-13)
[2016-08-22 13:25:11,570] INFO Starting (org.apache.curator.framework.imps.CuratorFrameworkImpl:ForkJoinPool-2-worker-13)
[2016-08-22 13:25:11,578] INFO Client environment:zookeeper.version=3.5.0-alpha-1615249, built on 08/01/2014 22:13 GMT (org.apache.zookeeper.ZooKeeper:ForkJoinPool-2-worker-13)
[2016-08-22 13:25:11,578] INFO Client environment:host.name=ayakovenko-ubuntu (org.apache.zookeeper.ZooKeeper:ForkJoinPool-2-worker-13)
[2016-08-22 13:25:11,578] INFO Client environment:java.version=1.8.0_102 (org.apache.zookeeper.ZooKeeper:ForkJoinPool-2-worker-13)
[2016-08-22 13:25:11,578] INFO Client environment:java.vendor=Oracle Corporation (org.apache.zookeeper.ZooKeeper:ForkJoinPool-2-worker-13)
[2016-08-22 13:25:11,578] INFO Client environment:java.home=/home/ayakovenko/.linuxbrew/Cellar/jdk/1.8.0-102/jre (org.apache.zookeeper.ZooKeeper:ForkJoinPool-2-worker-13)
[2016-08-22 13:25:11,578] INFO Client environment:java.class.path=./bin/../target/scala-2.11/marathon-assembly-1.3.0-RC4.jar (org.apache.zookeeper.ZooKeeper:ForkJoinPool-2-worker-13)
[2016-08-22 13:25:11,578] INFO Client environment:java.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib (org.apache.zookeeper.ZooKeeper:ForkJoinPool-2-worker-13)
[2016-08-22 13:25:11,578] INFO Client environment:java.io.tmpdir=/tmp (org.apache.zookeeper.ZooKeeper:ForkJoinPool-2-worker-13)
[2016-08-22 13:25:11,578] INFO Client environment:java.compiler=<NA> (org.apache.zookeeper.ZooKeeper:ForkJoinPool-2-worker-13)
[2016-08-22 13:25:11,578] INFO Client environment:os.name=Linux (org.apache.zookeeper.ZooKeeper:ForkJoinPool-2-worker-13)
[2016-08-22 13:25:11,578] INFO Client environment:os.arch=amd64 (org.apache.zookeeper.ZooKeeper:ForkJoinPool-2-worker-13)
[2016-08-22 13:25:11,578] INFO Client environment:os.version=4.4.0-34-generic (org.apache.zookeeper.ZooKeeper:ForkJoinPool-2-worker-13)
[2016-08-22 13:25:11,578] INFO Client environment:user.name=ayakovenko (org.apache.zookeeper.ZooKeeper:ForkJoinPool-2-worker-13)
[2016-08-22 13:25:11,578] INFO Client environment:user.home=/home/ayakovenko (org.apache.zookeeper.ZooKeeper:ForkJoinPool-2-worker-13)
[2016-08-22 13:25:11,578] INFO Client environment:user.dir=/home/ayakovenko/Public/marathon-1.3.0-RC4 (org.apache.zookeeper.ZooKeeper:ForkJoinPool-2-worker-13)
[2016-08-22 13:25:11,578] INFO Client environment:os.memory.free=110MB (org.apache.zookeeper.ZooKeeper:ForkJoinPool-2-worker-13)
[2016-08-22 13:25:11,578] INFO Client environment:os.memory.max=1774MB (org.apache.zookeeper.ZooKeeper:ForkJoinPool-2-worker-13)
[2016-08-22 13:25:11,578] INFO Client environment:os.memory.total=217MB (org.apache.zookeeper.ZooKeeper:ForkJoinPool-2-worker-13)
[2016-08-22 13:25:11,578] INFO Initiating client connection, connectString=localhost:2181 sessionTimeout=10000 watcher=org.apache.curator.ConnectionState@6e445424 (org.apache.zookeeper.ZooKeeper:ForkJoinPool-2-worker-13)
[2016-08-22 13:25:11,594] 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 13:25:11,602] 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 13:25:11,610] INFO Session establishment complete on server localhost/127.0.0.1:2181, sessionid = 0x156b3e82c9b0006, negotiated timeout = 10000 (org.apache.zookeeper.ClientCnxn:ForkJoinPool-2-worker-13-SendThread(localhost:2181))
[2016-08-22 13:25:11,614] INFO State change: CONNECTED (org.apache.curator.framework.state.ConnectionStateManager:ForkJoinPool-2-worker-13-EventThread)
[2016-08-22 13:25:11,649] INFO Elected (LeaderLatchListener Interface) (mesosphere.marathon.core.election.impl.CuratorElectionService:ForkJoinPool-2-worker-13-EventThread)
[2016-08-22 13:25:11,650] INFO As new leader running the driver (mesosphere.marathon.MarathonSchedulerService$$EnhancerByGuice$$69c8f0a1:ForkJoinPool-2-worker-13-EventThread)
[2016-08-22 13:25:11,664] INFO Initiating client connection, connectString=localhost:2181 sessionTimeout=10000 watcher=com.twitter.zk.EventBroker@72af6558 (org.apache.zookeeper.ZooKeeper:ForkJoinPool-2-worker-13-EventThread)
[2016-08-22 13:25:11,673] 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 13:25:11,674] 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 13:25:11,677] INFO Session establishment complete on server localhost/127.0.0.1:2181, sessionid = 0x156b3e82c9b0007, negotiated timeout = 10000 (org.apache.zookeeper.ClientCnxn:ForkJoinPool-2-worker-13-SendThread(localhost:2181))
[2016-08-22 13:25:11,767] INFO Migration successfully applied for version Version(1, 3, 0) (mesosphere.marathon.state.Migration:ForkJoinPool-2-worker-5)
[2016-08-22 13:25:11,768] INFO Call preDriverStarts callbacks on EntityStoreCache(MarathonStore(app:)), EntityStoreCache(MarathonStore(group:)), EntityStoreCache(MarathonStore(deployment:)), EntityStoreCache(MarathonStore(framework:)), EntityStoreCache(MarathonStore(taskFailure:)), EntityStoreCache(MarathonStore(events:)) (mesosphere.marathon.MarathonSchedulerService$$EnhancerByGuice$$69c8f0a1:ForkJoinPool-2-worker-13-EventThread)
[2016-08-22 13:25:11,785] INFO Finished preDriverStarts callbacks (mesosphere.marathon.MarathonSchedulerService$$EnhancerByGuice$$69c8f0a1:ForkJoinPool-2-worker-13-EventThread)
[2016-08-22 13:25:11,803] INFO started RateLimiterActor (mesosphere.marathon.core.launchqueue.impl.RateLimiterActor:marathon-akka.actor.default-dispatcher-6)
[2016-08-22 13:25:11,823] INFO ExpungeOverdueLostTasksActor has started (mesosphere.marathon.core.task.jobs.impl.ExpungeOverdueLostTasksActor:marathon-akka.actor.default-dispatcher-4)
[2016-08-22 13:25:11,825] INFO no interest in offers for reservation reconciliation anymore. (mesosphere.marathon.core.matcher.reconcile.impl.OffersWantedForReconciliationActor:marathon-akka.actor.default-dispatcher-4)
[2016-08-22 13:25:11,826] INFO All actors active:
* Actor[akka://marathon/user/killOverdueStagedTasks#-467097314]
* Actor[akka://marathon/user/offersWantedForReconciliation#527951916]
* Actor[akka://marathon/user/expungeOverdueLostTasks#-1573990238]
* Actor[akka://marathon/user/reviveOffersWhenWanted#1830017759]
* Actor[akka://marathon/user/rateLimiter#-1148121864]
* Actor[akka://marathon/user/groupManager#2130408367]
* Actor[akka://marathon/user/offerMatcherLaunchTokens#823863569]
* Actor[akka://marathon/user/offerMatcherManager#942883528]
* Actor[akka://marathon/user/launchQueue#-629120490]
* Actor[akka://marathon/user/taskTracker#-922773271]
* Actor[akka://marathon/user/taskKillServiceActor#-1498195240] (mesosphere.marathon.core.leadership.impl.LeadershipCoordinatorActor:marathon-akka.actor.default-dispatcher-3)
[2016-08-22 13:25:11,827] INFO TaskTrackerActor is starting. Task loading initiated. (mesosphere.marathon.core.task.tracker.impl.TaskTrackerActor:marathon-akka.actor.default-dispatcher-5)
[2016-08-22 13:25:11,831] INFO About to load 0 tasks (mesosphere.marathon.core.task.tracker.impl.TaskLoaderImpl:ForkJoinPool-2-worker-11)
[2016-08-22 13:25:11,832] INFO Create new Scheduler Driver with frameworkId: None and scheduler mesosphere.marathon.core.heartbeat.MesosHeartbeatMonitor$$EnhancerByGuice$$309e8c92@2cd62003 (mesosphere.marathon.MarathonSchedulerDriver$:ForkJoinPool-2-worker-13-EventThread)
[2016-08-22 13:25:11,833] INFO Loaded 0 tasks (mesosphere.marathon.core.task.tracker.impl.TaskLoaderImpl:ForkJoinPool-2-worker-11)
[2016-08-22 13:25:11,836] INFO Task loading complete. (mesosphere.marathon.core.task.tracker.impl.TaskTrackerActor:marathon-akka.actor.default-dispatcher-6)
[2016-08-22 13:25:11,838] 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-4)
[2016-08-22 13:25:11,868] INFO Binding mesosphere.marathon.api.v2.AppsResource to GuiceManagedComponentProvider with the scope "Singleton" (com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory:HttpService$$EnhancerByGuice$$f7d71e88 STARTING)
[2016-08-22 13:25:11,894] INFO Binding mesosphere.marathon.api.v2.TasksResource to GuiceManagedComponentProvider with the scope "Singleton" (com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory:HttpService$$EnhancerByGuice$$f7d71e88 STARTING)
[2016-08-22 13:25:11,897] INFO Binding mesosphere.marathon.api.v2.EventSubscriptionsResource to GuiceManagedComponentProvider with the scope "Singleton" (com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory:HttpService$$EnhancerByGuice$$f7d71e88 STARTING)
[2016-08-22 13:25:11,897] INFO Event notification disabled. (mesosphere.marathon.core.event.EventModule:HttpService$$EnhancerByGuice$$f7d71e88 STARTING)
[2016-08-22 13:25:11,900] INFO Binding mesosphere.marathon.api.v2.QueueResource to GuiceManagedComponentProvider with the scope "Singleton" (com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory:HttpService$$EnhancerByGuice$$f7d71e88 STARTING)
[2016-08-22 13:25:11,904] INFO interested in offers for reservation reconciliation because of becoming leader (until 2016-08-22T20:25:29.339Z) (mesosphere.marathon.core.matcher.reconcile.impl.OffersWantedForReconciliationActor:marathon-akka.actor.default-dispatcher-4)
[2016-08-22 13:25:11,904] INFO Binding mesosphere.marathon.api.v2.GroupsResource to GuiceManagedComponentProvider with the scope "Singleton" (com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory:HttpService$$EnhancerByGuice$$f7d71e88 STARTING)
[2016-08-22 13:25:11,907] INFO Binding mesosphere.marathon.api.v2.InfoResource to GuiceManagedComponentProvider with the scope "Singleton" (com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory:HttpService$$EnhancerByGuice$$f7d71e88 STARTING)
[2016-08-22 13:25:11,908] INFO Binding mesosphere.marathon.api.v2.LeaderResource to GuiceManagedComponentProvider with the scope "Singleton" (com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory:HttpService$$EnhancerByGuice$$f7d71e88 STARTING)
[2016-08-22 13:25:11,911] INFO Binding mesosphere.marathon.api.v2.DeploymentsResource to GuiceManagedComponentProvider with the scope "Singleton" (com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory:HttpService$$EnhancerByGuice$$f7d71e88 STARTING)
[2016-08-22 13:25:11,932] INFO Received offers WANTED notification (mesosphere.marathon.core.flow.impl.ReviveOffersActor:marathon-akka.actor.default-dispatcher-9)
[2016-08-22 13:25:11,933] INFO => revive offers NOW, canceling any scheduled revives (mesosphere.marathon.core.flow.impl.ReviveOffersActor:marathon-akka.actor.default-dispatcher-9)
[2016-08-22 13:25:11,941] INFO Binding mesosphere.marathon.api.v2.ArtifactsResource to GuiceManagedComponentProvider with the scope "Singleton" (com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory:HttpService$$EnhancerByGuice$$f7d71e88 STARTING)
[2016-08-22 13:25:11,943] INFO Binding mesosphere.marathon.api.v2.SchemaResource to GuiceManagedComponentProvider with the scope "Singleton" (com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory:HttpService$$EnhancerByGuice$$f7d71e88 STARTING)
[2016-08-22 13:25:11,945] INFO Binding mesosphere.marathon.api.v2.PluginsResource to GuiceManagedComponentProvider with the scope "Singleton" (com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory:HttpService$$EnhancerByGuice$$f7d71e88 STARTING)
[2016-08-22 13:25:11,945] INFO Loading plugins implementing 'mesosphere.marathon.plugin.http.HttpRequestHandler' from these urls: [] (mesosphere.marathon.core.plugin.impl.PluginManagerImpl:HttpService$$EnhancerByGuice$$f7d71e88 STARTING)
[2016-08-22 13:25:11,946] INFO Found 0 plugins. (mesosphere.marathon.core.plugin.impl.PluginManagerImpl:HttpService$$EnhancerByGuice$$f7d71e88 STARTING)
[2016-08-22 13:25:11,958] 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-9)
[2016-08-22 13:25:11,958] INFO => Schedule next revive at 2016-08-22T20:25:16.932Z in 4985 milliseconds, adhering to --min_revive_offers_interval 5000 (ms) (mesosphere.marathon.core.flow.impl.ReviveOffersActor:marathon-akka.actor.default-dispatcher-9)
[2016-08-22 13:25:11,958] INFO Received offers WANTED notification (mesosphere.marathon.core.flow.impl.ReviveOffersActor:marathon-akka.actor.default-dispatcher-9)
[2016-08-22 13:25:11,978] INFO Started o.e.j.s.ServletContextHandler@135510f0{/,null,AVAILABLE} (org.eclipse.jetty.server.handler.ContextHandler:HttpService$$EnhancerByGuice$$f7d71e88 STARTING)
[2016-08-22 13:25:12,013] INFO Started ServerConnector@3f2e8a33{HTTP/1.1,[http/1.1]}{0.0.0.0:8080} (org.eclipse.jetty.server.ServerConnector:HttpService$$EnhancerByGuice$$f7d71e88 STARTING)
[2016-08-22 13:25:12,013] INFO Started @4139ms (org.eclipse.jetty.server.Server:HttpService$$EnhancerByGuice$$f7d71e88 STARTING)
[2016-08-22 13:25:12,013] INFO All services up and running. (mesosphere.marathon.Main$:main)
I0822 13:25:12.023566 432 leveldb.cpp:174] Opened db in 11.162305ms
I0822 13:25:12.024929 432 leveldb.cpp:181] Compacted db in 1.23906ms
I0822 13:25:12.024976 432 leveldb.cpp:196] Created db iterator in 11247ns
I0822 13:25:12.024988 432 leveldb.cpp:202] Seeked to beginning of db in 349ns
I0822 13:25:12.024991 432 leveldb.cpp:271] Iterated through 0 keys in the db in 276ns
I0822 13:25:12.025022 432 replica.cpp:779] Replica recovered with log positions 0 -> 0 with 1 holes and 0 unlearned
Failed to start a local cluster while loading agent flags from the environment: Flag 'work_dir' is required, but it was not provided
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment