[ 
https://issues.apache.org/jira/browse/SPARK-43414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dongjoon Hyun resolved SPARK-43414.
-----------------------------------
    Fix Version/s: 3.4.1
       Resolution: Fixed

Issue resolved by pull request 41095
[https://github.com/apache/spark/pull/41095]

> Fix flakiness in Kafka RDD suites due to port binding configuration issue
> -------------------------------------------------------------------------
>
>                 Key: SPARK-43414
>                 URL: https://issues.apache.org/jira/browse/SPARK-43414
>             Project: Spark
>          Issue Type: Improvement
>          Components: Structured Streaming
>    Affects Versions: 3.4.0
>            Reporter: Josh Rosen
>            Assignee: Josh Rosen
>            Priority: Major
>             Fix For: 3.4.1
>
>
> In SPARK-36837 we updated Kafka to 3.10, which uses a different set of 
> configuration options for configuring the broker listener port. That PR only 
> updated one of two KafkaTestUtils files (the SQL one), so the other one (used 
> by Core tests) had an ineffective port binding configuration and would bind 
> to the default 9092 port. This could lead to flakiness if multiple suites 
> binding to that port ran in parallel.
> To fix this, we just need to copy the updated port binding configuration from 
> the other suite. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to