[
https://issues.apache.org/jira/browse/SPARK-27111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Apache Spark reassigned SPARK-27111:
------------------------------------
Assignee: Shixiong Zhu (was: Apache Spark)
> A continuous query may fail with InterruptedException when kafka consumer
> temporally 0 partitions temporally
> ------------------------------------------------------------------------------------------------------------
>
> Key: SPARK-27111
> URL: https://issues.apache.org/jira/browse/SPARK-27111
> Project: Spark
> Issue Type: Bug
> Components: Structured Streaming
> Affects Versions: 2.3.0, 2.3.1, 2.3.2, 2.3.3
> Reporter: Shixiong Zhu
> Assignee: Shixiong Zhu
> Priority: Major
>
> Before a Kafka consumer gets assigned with partitions, its offset will
> contain 0 partitions. However, runContinuous will still run and launch a
> Spark job having 0 partitions. In this case, there is a race that epoch may
> interrupt the query execution thread after `lastExecution.toRdd`, and either
> `epochEndpoint.askSync[Unit](StopContinuousExecutionWrites)` or the next
> `runContinuous` will get interrupted unintentionally.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]