Skip to content

Commit ed71477

Browse files
author
Marcelo Vanzin
committed
Remove stale comment.
1 parent 3b218c2 commit ed71477

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

core/src/main/scala/org/apache/spark/scheduler/AsyncEventQueue.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,7 @@ private class AsyncEventQueue(val name: String, conf: SparkConf, metrics: LiveLi
107107
/**
108108
* Start an asynchronous thread to dispatch events to the underlying listeners.
109109
*
110-
* @param sc Used to stop the SparkContext in case the a listener fails.
111-
* @param metrics Used to report listener performance metrics.
110+
* @param sc Used to stop the SparkContext in case the async dispatcher fails.
112111
*/
113112
private[scheduler] def start(sc: SparkContext): Unit = {
114113
if (started.compareAndSet(false, true)) {

0 commit comments

Comments
 (0)