[
https://issues.apache.org/jira/browse/BEAM-7423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Beam JIRA Bot updated BEAM-7423:
--------------------------------
Labels: (was: stale-P2)
> Spark unbounded source advances watermarks prematurely
> ------------------------------------------------------
>
> Key: BEAM-7423
> URL: https://issues.apache.org/jira/browse/BEAM-7423
> Project: Beam
> Issue Type: Bug
> Components: runner-spark
> Reporter: Mike Kaplinskiy
> Priority: P3
>
> {{SparkUnboundedSource}} will advance the watermark to the MAX of the
> watermark of any partition. You can see it at
> [https://github.com/apache/beam/blob/fab12c772d461fc8db4b3c361d38fe2781926fff/runners/spark/src/main/java/org/apache/beam/runners/spark/io/SparkUnboundedSource.java#L204]
> .
> This should be the MIN - this is a combining of watermarks - not advancing.
> This currently means the watermark moves too quickly and the slowest
> partition of an unbounded source has elements that are routinely marked late.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)