Uploaded image for project: 'Beam'
  1. Beam
  2. BEAM-312

UnboundedSourceWrapper fails if CheckpointMarkCoder not available

Details

    • Bug
    • Status: Resolved
    • P2
    • Resolution: Fixed
    • 0.1.0-incubating
    • 0.1.0-incubating
    • runner-flink
    • None

    Description

      The Flink Runner's UnboundedSourceWrapper does not check whether the CheckpointMarkCoder is null. In this case, no checkpoint is required by the wrapped source.

        /**
         * Returns a {@link Coder} for encoding and decoding the checkpoints for this source, or
         * null if the checkpoints do not need to be durably committed.
         */
        @Nullable
        public abstract Coder<CheckpointMarkT> getCheckpointMarkCoder();
      

      We should skip checkpointing if no CheckpointMarkCoder is supplied.

      Attachments

        Activity

          People

            mxm Maximilian Michels
            mxm Maximilian Michels
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: