This page (revision-19) was last changed on 23-Apr-2022 17:05 by HarryMetske

This page was created on 23-Apr-2022 17:05 by unknown

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
19 23-Apr-2022 17:05 13 KB HarryMetske to previous
18 23-Apr-2022 17:05 13 KB Harry Metske to previous | to last
17 23-Apr-2022 17:05 13 KB Harry Metske to previous | to last
16 23-Apr-2022 17:05 14 KB Harry Metske to previous | to last
15 23-Apr-2022 17:05 14 KB Harry Metske to previous | to last
14 23-Apr-2022 17:05 14 KB Harry Metske to previous | to last
13 23-Apr-2022 17:05 13 KB Harry Metske to previous | to last
12 23-Apr-2022 17:05 11 KB Harry Metske to previous | to last
11 23-Apr-2022 17:05 11 KB Harry Metske to previous | to last
10 23-Apr-2022 17:05 10 KB Harry Metske to previous | to last
9 23-Apr-2022 17:05 10 KB Harry Metske to previous | to last
8 23-Apr-2022 17:05 10 KB Harry Metske to previous | to last
7 23-Apr-2022 17:05 10 KB Harry Metske to previous | to last
6 23-Apr-2022 17:05 9 KB Harry Metske to previous | to last
5 23-Apr-2022 17:05 9 KB Harry Metske to previous | to last
4 23-Apr-2022 17:05 8 KB Harry Metske to previous | to last
3 23-Apr-2022 17:05 6 KB Harry Metske to previous | to last
2 23-Apr-2022 17:05 5 KB Harry Metske to previous | to last
1 23-Apr-2022 17:05 4 KB unknown to last

Page References

Incoming links Outgoing links
Mesos...nobody

Version management

Difference between version and

At line 135 added 20 lines
! How robust is it ?
When you are a bit "rough" with marathon, for example scaling up a few applications short after each other, it crashes (and restarts) :
{{{
Apr 24 17:09:12 node1 marathon[12427]: F0424 17:09:12.267240 12462 check.hpp:79] Check failed: f.isReady()
Apr 24 17:09:12 node1 marathon[12427]: [2015-04-24 17:09:12,272] INFO 192.168.33.1 - - [24/Apr/2015:17:09:12 +0000] "GET /v2/deployments HTTP/1.1" 200 259 "http://192.168.33.10:8080/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:37.0) Gecko/20100101 Firefox/37.0" (mesosphere.chaos.http.ChaosRequestLog:15)
Apr 24 17:09:12 node1 marathon[12427]: *** Check failure stack trace: ***
Apr 24 17:09:12 node1 marathon[12427]: @ 0x7fef7b0e76ed google::LogMessage::Fail()
Apr 24 17:09:12 node1 marathon[12427]: @ 0x7fef7b0e942c google::LogMessage::SendToLog()
Apr 24 17:09:12 node1 marathon[12427]: @ 0x7fef7b0e72dc google::LogMessage::Flush()
Apr 24 17:09:12 node1 marathon[12427]: @ 0x7fef7b0e9d29 google::LogMessageFatal::~LogMessageFatal()
Apr 24 17:09:12 node1 marathon[12427]: @ 0x7fef7b0ddcd4 _checkReady<>()
Apr 24 17:09:12 node1 marathon[12427]: @ 0x7fef7b0dc4a0 Java_org_apache_mesos_state_AbstractState__1_1fetch_1get_1timeout
Apr 24 17:09:12 node1 marathon[12427]: @ 0x7fefa5960b82 (unknown)
Apr 24 17:09:32 node1 marathon: run_jar --zk zk://localhost:2181/marathon --master zk://localhost:2181/mesos
}}}