Description
The executor driver callsĀ executor::call::validate() from src/slave/validation.cpp, which creates an upward dependency from libmesos.so (where the executor driver has to live) to the agent. If we can move the validation calls down to the common validation library, we can break this dependency.
Attachments
Issue Links
- blocks
-
MESOS-9041 Break agent dependencies out of libmesos.
- Open