Hi, I'm confused with Mesos's resource offering mechanism: (a) An offer includes all available resources in a slave node.
(b) A framework would occupy the resources associated with an offer, regardless of whether the resources were actually used to launch tasks, unless the offer was explicitly declined by calling declineOffer(offerId). (c) An offer must be declined in its entirety. Then it seems that if a framework does not decline an offer from a slave node, other frameworks have no access to the resources on the same slave node. Am I correct? Can tasks from mulliple frameworks simultaneously run on the same slave node? Thanks a lot :-)

