You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Amit Sela (JIRA)" <ji...@apache.org> on 2016/11/27 14:27:58 UTC

[jira] [Created] (BEAM-1052) UnboundedSource splitId uniqueness breaks if more than one source is used.

Amit Sela created BEAM-1052:
-------------------------------

             Summary: UnboundedSource splitId uniqueness breaks if more than one source is used.
                 Key: BEAM-1052
                 URL: https://issues.apache.org/jira/browse/BEAM-1052
             Project: Beam
          Issue Type: Bug
          Components: runner-spark
            Reporter: Amit Sela
            Assignee: Aviem Zur


We use a "running-id" to identify source splits, but we reiterate for each source evaluated.
Spark already assigns a unique id per InputDStream, it would be unique enough if we replace the int ids with a String such as: InputDStream.id() + "_" + running-id.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)