[GitHub] spark pull request #17774: [SPARK-18371][Streaming] Spark Streaming backpres...

2018-03-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/17774 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark pull request #17774: [SPARK-18371][Streaming] Spark Streaming backpres...

2017-04-28 Thread arzt
Github user arzt commented on a diff in the pull request: https://github.com/apache/spark/pull/17774#discussion_r113871876 --- Diff: external/kafka-0-10/src/test/scala/org/apache/spark/streaming/kafka010/DirectKafkaStreamSuite.scala --- @@ -617,6 +617,94 @@ class

[GitHub] spark pull request #17774: [SPARK-18371][Streaming] Spark Streaming backpres...

2017-04-27 Thread JasonMWhite
Github user JasonMWhite commented on a diff in the pull request: https://github.com/apache/spark/pull/17774#discussion_r113753764 --- Diff: external/kafka-0-10/src/test/scala/org/apache/spark/streaming/kafka010/DirectKafkaStreamSuite.scala --- @@ -617,6 +617,94 @@ class

[GitHub] spark pull request #17774: [SPARK-18371][Streaming] Spark Streaming backpres...

2017-04-26 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/17774#discussion_r113497951 --- Diff: external/kafka-0-10/src/main/scala/org/apache/spark/streaming/kafka010/DirectKafkaInputDStream.scala --- @@ -140,11 +140,11 @@ private[spark]

[GitHub] spark pull request #17774: [SPARK-18371][Streaming] Spark Streaming backpres...

2017-04-26 Thread arzt
GitHub user arzt opened a pull request: https://github.com/apache/spark/pull/17774 [SPARK-18371][Streaming] Spark Streaming backpressure generates batch with large number of records ## What changes were proposed in this pull request? Omit rounding of backpressure rate.