Description
As part of task validation changes introduced in https://reviews.apache.org/r/22151/ the ExecutorInfoChecker is broken.
Instead of validating against executors that belong to the slave that the task is being launched on, we are validating against all executors in the cluster. This is a regression because executor ids have to be unique per slave but not across all slaves.