Github user akonopko commented on a diff in the pull request:

    https://github.com/apache/spark/pull/19431#discussion_r167395482
  
    --- Diff: 
external/kafka-0-8/src/test/scala/org/apache/spark/streaming/kafka/DirectKafkaStreamSuite.scala
 ---
    @@ -539,6 +456,58 @@ class DirectKafkaStreamSuite
         ssc.stop()
       }
     
    +  test("backpressure.initialRate should honor maxRatePerPartition") {
    +    backpressureTest(maxRatePerPartition = 1000, initialRate = 500, 
maxMessagesPerPartition = 250)
    +  }
    +
    +  test("use backpressure.initialRate with backpressure") {
    +    backpressureTest(maxRatePerPartition = 300, initialRate = 1000, 
maxMessagesPerPartition = 150)
    +  }
    +
    +  private def backpressureTest(maxRatePerPartition: Int,
    +                               initialRate: Int,
    --- End diff --
    
    Fixed


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to