Github user vanzin commented on the issue:

    https://github.com/apache/spark/pull/22109
  
    To be more explicit: events should be queued until 
`SparkContext.setupAndStartListenerBus()` is called, at which point the queued 
events should be delivered to all registered listeners even if they were added 
after the event was posted.
    
    Since that method is called after the logging listener is installed, it 
should be getting all events. It it's not, there's a race in the listener bus, 
and this would be the wrong fix.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to