We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e59cc20 commit 65b76b4Copy full SHA for 65b76b4
external/flume/src/test/scala/org/apache/spark/streaming/flume/FlumePollingStreamSuite.scala
@@ -127,7 +127,7 @@ import org.apache.spark.streaming.flume.sink._
127
executorCompletion.take()
128
}
129
val startTime = System.currentTimeMillis()
130
- while (outputBuffer.size < 5 * channels.size &&
+ while (outputBuffer.size < 5 &&
131
System.currentTimeMillis() - startTime < 15000) {
132
logInfo("output.size = " + outputBuffer.size)
133
Thread.sleep(100)
0 commit comments