Skip to content

Commit

Permalink
comment reverted since the code has been
Browse files Browse the repository at this point in the history
  • Loading branch information
John Lee committed Jul 14, 2017
1 parent 8975eda commit a2aa7ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ private[spark] class LiveListenerBus(conf: SparkConf) extends SparkListenerBus {
private def queueIsEmpty: Boolean = synchronized { eventQueue.isEmpty && !processingEvent }

/**
* Stop the listener bus. It will clear the queued events for faster shutdown and drop the
* Stop the listener bus. It will wait until the queued events have been processed, but drop the
* new events after stopping.
*/
def stop(): Unit = {
Expand Down

0 comments on commit a2aa7ab

Please sign in to comment.