mesosphere / marathon

Deploy and manage containers (including Docker) on top of Apache Mesos at scale.
https://mesosphere.github.io/marathon/
Apache License 2.0
4.07k stars 846 forks source link

Marathon UI stucks in "Loading applications" #7265

Closed mehulanshumali closed 3 years ago

mehulanshumali commented 3 years ago

image

May 23 10:04:00 VM1 marathon[47815]: [2021-05-23 10:04:00,814] INFO  Found no roles suitable for revive repetition. (mesosphere.marathon.core.launchqueue.impl.ReviveOffersStreamLogic$ReviveRepeaterLogic:marathon-akka.actor.default-dispatcher-5)
May 23 10:04:05 VM1 marathon[47815]: [2021-05-23 10:04:05,814] INFO  Found no roles suitable for revive repetition. (mesosphere.marathon.core.launchqueue.impl.ReviveOffersStreamLogic$ReviveRepeaterLogic:marathon-akka.actor.default-dispatcher-4)
May 23 10:04:06 VM1 marathon[47815]: [2021-05-23 10:04:06,114] INFO  Prompting Mesos for a heartbeat via explicit task reconciliation (mesosphere.marathon.core.heartbeat.MesosHeartbeatMonitor$$anon$1:marathon-akka.actor.default-dispatcher-8)
May 23 10:04:06 VM1 marathon[47815]: [2021-05-23 10:04:06,118] INFO  Received fake heartbeat task-status update (mesosphere.marathon.core.heartbeat.MesosHeartbeatMonitor:Thread-36)
May 23 10:04:10 VM1 marathon[47815]: [2021-05-23 10:04:10,813] INFO  Found no roles suitable for revive repetition. (mesosphere.marathon.core.launchqueue.impl.ReviveOffersStreamLogic$ReviveRepeaterLogic:marathon-akka.actor.default-dispatcher-9)
May 23 10:04:15 VM1 marathon[47815]: [2021-05-23 10:04:15,814] INFO  Found no roles suitable for revive repetition. (mesosphere.marathon.core.launchqueue.impl.ReviveOffersStreamLogic$ReviveRepeaterLogic:marathon-akka.actor.default-dispatcher-7)
May 23 10:04:20 VM1 marathon[47815]: [2021-05-23 10:04:20,814] INFO  Found no roles suitable for revive repetition. (mesosphere.marathon.core.launchqueue.impl.ReviveOffersStreamLogic$ReviveRepeaterLogic:marathon-akka.actor.default-dispatcher-4)
May 23 10:04:21 VM1 marathon[47815]: [2021-05-23 10:04:21,124] INFO  Prompting Mesos for a heartbeat via explicit task reconciliation (mesosphere.marathon.core.heartbeat.MesosHeartbeatMonitor$$anon$1:marathon-akka.actor.default-dispatcher-9)
May 23 10:04:21 VM1 marathon[47815]: [2021-05-23 10:04:21,129] INFO  Received fake heartbeat task-status update (mesosphere.marathon.core.heartbeat.MesosHeartbeatMonitor:Thread-37)
May 23 10:04:25 VM1 marathon[47815]: [2021-05-23 10:04:25,813] INFO  Found no roles suitable for revive repetition. (mesosphere.marathon.core.launchqueue.impl.ReviveOffersStreamLogic$ReviveRepeaterLogic:marathon-akka.actor.default-dispatcher-9)
the-k-node commented 3 years ago

Using jdk11 fixed this problem: https://stackoverflow.com/a/67663036/13688546