Github user vanzin commented on the issue:
https://github.com/apache/spark/pull/19211
Following assert is failing in some cases, let me fix it and send a follow
up PR:
```
val listeners = sc.listenerBus.findListenersByClass[SaveExecutorInfo]
assert(listeners.size === 1)
```--- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
