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

    https://github.com/apache/spark/pull/21955#discussion_r207664852
  
    --- Diff: 
external/kafka-0-10/src/test/scala/org/apache/spark/streaming/kafka010/KafkaTestUtils.scala
 ---
    @@ -109,7 +109,7 @@ private[kafka010] class KafkaTestUtils extends Logging {
           brokerConf = new KafkaConfig(brokerConfiguration, doLog = false)
           server = new KafkaServer(brokerConf)
           server.startup()
    -      brokerPort = server.boundPort()
    +      brokerPort = server.boundPort(brokerConf.interBrokerListenerName)
    --- End diff --
    
    Isn't the test hanging on the line right before that change though?


---

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

Reply via email to