Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-22815

Disable unaligned checkpoints for broadcast partitioning

    XMLWordPrintableJSON

Details

    • Hide
      Unaligned checkpoints were disabled for BROADCAST exchanges.

      Broadcast partitioning can not work with unaligned checkpointing. There are no guarantees that records are consumed at the same rate in all
      channels. This can result in some tasks applying state changes corresponding to a certain broadcasted event while others don't. In turn
      upon restore, it may lead to an inconsistent state.
      Show
      Unaligned checkpoints were disabled for BROADCAST exchanges. Broadcast partitioning can not work with unaligned checkpointing. There are no guarantees that records are consumed at the same rate in all channels. This can result in some tasks applying state changes corresponding to a certain broadcasted event while others don't. In turn upon restore, it may lead to an inconsistent state.

    Description

      Broadcast partitioning can not work with unaligned checkpointing. There
      are no guarantees that records are consumed at the same rate in all
      channels. This can result in some tasks applying state changes
      corresponding to a certain broadcasted event while others don't. In turn
      upon restore, it may lead to an inconsistent state.

      Attachments

        Issue Links

          Activity

            People

              dwysakowicz Dawid Wysakowicz
              dwysakowicz Dawid Wysakowicz
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: