Hi all, I've been working with Vinod on MESOS-703 <https://issues.apache.org/jira/browse/MESOS-703> as part of my Outreachy internship. Vinod suggested that it would be a good idea to send weekly updates to the dev list so that all of you could get an idea of what I've been working on and give me pointers and suggestions. So, the past week I did the following:
- Sent a review request <https://reviews.apache.org/r/35687/> to add capabilities to state HTTP endpoint. - Investigated the difference between registration and re-registration by modifying no_executor_framework.cpp and test_framework.cpp and found out that re-registration only occurs when the master fails over. When the scheduler fails over, only registration occurs. (Thanks to Joris for explaining this!) - Sent a review request <https://reviews.apache.org/r/35797/> for updating frameworkinfo.capabilities on framework re-registration to support adding capabilities. This only updates the master, not the allocator. - I also talked with Adam and Till regarding exposing the FrameworkInfo as a whole in the state HTTP endpoint. They said that it wouldn't be a problem. So, I wanted to know what you guys think before sending out a ticket and working on it. Regards, Aditi