Mesos logic to offer resources to marathon framework related
11 views
Skip to first unread message
max
unread,
Aug 18, 2016, 2:45:04 PM8/18/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to meso-user
I've slaves which are tied to tags and the same can be used as constraints while deploying applications via marathon on mesos. However after some deployments I noticed that mesos is no longer offering resources to marathon from the slave group with a specific tag. Now I know the slaves with this tag x has unused resources and and the same can be confirmed by looking at the number of mesos tasks running on them or by looking at logs where mesos confirms to recover a lot of resources from them. Not sure how the mesos logic works while offering resources to frameworks. What I could figure out from mesos documentation is that the filtering is done at framework level and in my scenario mesos should offer resources from all slaves irrespective of the tag they have and the framework should chose which slave they want to deploy on based on tag. Now I'm wondering if there is a way to figure out why mesos is not offering resources from the slaves with a specific tag anymore to marathon framework. Any info would help.