You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (Jira)" <ji...@apache.org> on 2022/08/31 19:49:00 UTC

[jira] [Assigned] (SPARK-40294) Repeat calls to `PartitionIterator.hasNext` can timeout

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

Apache Spark reassigned SPARK-40294:
------------------------------------

    Assignee:     (was: Apache Spark)

> Repeat calls to `PartitionIterator.hasNext` can timeout
> -------------------------------------------------------
>
>                 Key: SPARK-40294
>                 URL: https://issues.apache.org/jira/browse/SPARK-40294
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 3.3.0
>            Reporter: Richard Chen
>            Priority: Major
>
> Repeat calls to {{PartitionIterator.hasNext}} where both calls return {{false}} can result in timeouts. For example, {{{}KafkaBatchPartitionReader.next(){}}}, which calls {{consumer.get}} (which can potentially timeout with repeat calls), is called by {{{}PartitionIterator.hasNext{}}}. Thus, repeat calls to {{PartitionIterator.hasNext}} by its parent could timeout.



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

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