Description
The src/checks library contains some protobuf validation APIs that are also used by the master. This creates a build dependency where the master depends on the checks library but doesn't actually use the checks. We can break this dependency by pushing the validators down into src/common/validation.cpp.
Attachments
Issue Links
- blocks
-
MESOS-9041 Break agent dependencies out of libmesos.
- Open