Open ChenLingPeng opened 6 years ago
BTW: this fix should also be upstreamed. Can you file a PR against upstream apache/master?
A general question: how does Yarn handle this case, i.e., of executors that fail to register?
Not so familiar with spark-on-yarn, I think if allocateResponse.getCompletedContainersStatuses can return this kind of executors, then in yarn mode, it can handle this scenario just like registered but failed executor.
this fix should also be upstreamed
Will do this after this is merged
Signed-off-by: forrestchen forrestchen@tencent.com
see #600
(Please fill in changes proposed in this fix)
How was this patch tested?
manual test.