Hello guys, I have observed this behavior:
(1) If I launchTasks with a task with no resource spec, mesos says "Error validating task 6901953 : Task uses no resources" (2) If I launchTasks with a task with cpu=0.00001 and no other resource spec, mesos launches the task These two seem to be practically the same, I am wondering what's the rationale to have different behavior for these two cases. Thanks, Li

