AFAIK, we allow frameworks to update only certain fields for now, see MESOS-2614 <https://issues.apache.org/jira/browse/MESOS-2614> and MESOS-1784 <https://issues.apache.org/jira/browse/MESOS-1784>. I don't think WebUI was updated when Capabilities were added. Vinod, any plans to reflect that in WebUI?
For your second question, my guess is: it's up to allocator. On Thu, Jun 18, 2015 at 5:06 PM, Aditi Dixit <[email protected]> wrote: > Well currently there's only Revocable Resources right, so just that. > > To reiterate, I initially register a framework with the Revocable Resources > capability, and then reregister it without the Revocable Resources > capability. I want to verify that when reregistration happens, it does not > take into effect that the capability has been dropped after reregistration > and should keep offering revocable resources if asked by the framework. > > Ps. If the framework doesn't have the Revocable Resources capability, what > should happen if it requests revocable resources? > On 18-Jun-2015 8:13 pm, "Alex Rukletsov" <[email protected]> wrote: > > > Hi Aditi, > > > > what capabilities do you mean? > > > > On Thu, Jun 18, 2015 at 8:58 AM, Aditi Dixit <[email protected]> > > wrote: > > > > > Hi, > > > When I re-register a framework with an updated name, I know that the > > > FrameworkInfo gets updated, because I can see that on the Mesos web UI. > > > Similarly, is there a way to check if the framework has capabilities > > > through the user interface? > > > > > > Thanks! > > > > > >
