Benno Evers created MESOS-9745:
----------------------------------
Summary: Re-enable validation of protobuf unions in `ContainerInfo`
Key: MESOS-9745
URL: https://issues.apache.org/jira/browse/MESOS-9745
Project: Mesos
Issue Type: Improvement
Reporter: Benno Evers
In MESOS-9740, we disabled protobuf union validation for `ContainerInfo`
messages, since it was discovered that frameworks generating invalid protobuf
of this kind currently exist in the wild.
However, that is somewhat unsatisfactory since it re-enables the issue
originally described in MESOS-6874, i.e. Mesos not rejecting tasks where the
`ContainerInfo` was accidentally malformed.
Ideally, we should implement a metric counting the number of tasks with
malformed `ContainerInfo`s and re-enable validation after an approprate warning
period has passed.
Ideally, we should implement
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)