Ctrl+K
Logo image Logo image

Site Navigation

  • API Reference
  • Examples

Site Navigation

  • API Reference
  • Examples

Section Navigation

  • PyFlink Table
  • PyFlink DataStream
    • StreamExecutionEnvironment
    • DataStream
    • Functions
    • State
    • Timer
    • Window
    • Checkpoint
    • Side Outputs
    • Connectors
    • Formats
  • PyFlink Common

pyflink.datastream.checkpoint_config.CheckpointConfig.is_fail_on_checkpointing_errors#

CheckpointConfig.is_fail_on_checkpointing_errors() → bool[source]#

This determines the behaviour of tasks if there is an error in their local checkpointing. If this returns true, tasks will fail as a reaction. If this returns false, task will only decline the failed checkpoint.

Returns

True if failing on checkpointing errors, false otherwise.

previous

pyflink.datastream.checkpoint_config.CheckpointConfig.set_max_concurrent_checkpoints

next

pyflink.datastream.checkpoint_config.CheckpointConfig.set_fail_on_checkpointing_errors

On this page
  • CheckpointConfig.is_fail_on_checkpointing_errors()
Show Source

Created using Sphinx 5.3.0.