docker - marathon/mesos cannot run more than one application -


i have 3 master nodes marathon/mesos/zookeeper working fine, , 1 test node 32 gb ram , 24 cores. when start application successful 1 application when try run application on same node hangs out. tried running elasticsearch, running no errors, second try run rabbitmq on same node, no errors, no warning, deployment stuck in queue. have enough resources satisfy both of applications. ideas?

i running testing "echo" command now, marathon still not running it.

i can add more stuff if needed.

there can various reasons can lead app being stuck in deployment machine not have sufficient resources (not enough ram/cpu or unavailable port) or constraints in app definitions not getting fulfilled resource offers mesos.

i recommend reviewing app definition make sure have necessary resources , looking @ marathon logs idea why not accepting offers app.

can please post marathon app json rabbitmq along marathon logs ? might able it.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -