spdfg / elektron

Elektron is a lightweight, power-aware, pluggable Mesos framework that behaves as a playground to experiment with different scheduling policies to schedule ad-hoc jobs in docker containers.
GNU General Public License v3.0
4 stars 3 forks source link

Missing workload validation #18

Closed pradykaushik closed 4 years ago

pradykaushik commented 4 years ago

Currently, there is no workload validation before registering framework with Mesos. Therefore, any error in the workload definition will either result in a TASK_ERROR status from Mesos or will result in panic/fatal log from within Elektron.

We should validate the workload when it is submitted and framework registration should be done only if the workload passes validation.

pradykaushik commented 4 years ago

pull request #19 under review.

pradykaushik commented 4 years ago

merged!