Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove extra line
  • Loading branch information
dhruve committed Jul 21, 2016
commit 889fe66b849ab789878fa3dbfe17c8b0fb4681eb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ private[spark] class LiveListenerBus(val sparkContext: SparkContext) extends Spa
private lazy val EVENT_QUEUE_CAPACITY = validateAndGetQueueSize()
private lazy val eventQueue = new LinkedBlockingQueue[SparkListenerEvent](EVENT_QUEUE_CAPACITY)


private def validateAndGetQueueSize(): Int = {
val queueSize = sparkContext.conf.get(LISTENER_BUS_EVENT_QUEUE_SIZE)
if (queueSize <= 0) {
Expand Down