> > (3) Does the current DRF implementation support different weights for > different users? >
Yes, you can use the --weights flag (see here<http://mail-archives.apache.org/mod_mbox/mesos-user/201309.mbox/%3CCAFeOQnU7%3D_rJ3ARHFLKNLMfgG%3D6%2BzzjEQjwH%3Dmo_UXDU9d6stQ%40mail.gmail.com%3E> ). > > On Fri, Aug 30, 2013 at 5:33 PM, Li Jin <[email protected]> wrote: > >> Hello Mesosers, >> >> I've got two questions regarding resource sharing between framework and >> hope some of you know the answer: >> >> (1) I have the impression that Mesos supports sending the same offer to >> multiple frameworks at the same time but couldn't find the code does that. >> Is this supported now or will it be supported in the future? >> >> (2) I've noticed if a framework gets a resource offer but doesn't reply, >> the same resource will not be offered to other frameworks ever. What's the >> suggested way of dealing with the situation where a framework holds a offer >> and doesn't do anything? >> >> Thanks, >> Li >> > >

