Design for OnTerminationPolicy

2017-02-02 Thread Yan Xu
Hi all, So after some discussions on the previous draft for restartable tasks and considering other feature requests such as to allow frameworks to customize the behavior when tasks in a task group terminate, we incorporated these features into one OnTerminationPolicy concept, which governs the

Re: Mesos 1.2.0

2017-02-02 Thread Adam Bordelon
Mesos 1.2.0 now has *0 blockers left*! I'll cut the 1.2.0-rc1 from master tomorrow. There are still 6 Critical issues and 16 Major issues with targetVersion/fixVersion set to 1.2.0 though. Finish them before the cut tomorrow, or you'll have to beg me to cherry-pick them instead of deferring them

How to consistent handle default values for message types

2017-02-02 Thread Yan Xu
With protobuf you can specify custom default values for scalar types (proto2 at least) but not message types, e.g., ``` message Filters { // Time to consider unused resources refused. Note that all unused // resources will be considered refused and use the default value // (below)