Skip to content

Conversation

@rkhachatryan
Copy link
Contributor

No description provided.

@flinkbot
Copy link
Collaborator

flinkbot commented Jan 19, 2026

CI report:

Bot commands The @flinkbot bot supports the following commands:
  • @flinkbot run azure re-run the last Azure build

@rkhachatryan rkhachatryan marked this pull request as ready for review January 19, 2026 12:54
<td><h5>pipeline.sources.pause-until-first-checkpoint</h5></td>
<td style="word-wrap: break-word;">true</td>
<td>Boolean</td>
<td>Don't pull any data from sources until the first checkpoint is triggered. This might be helpful in reducing recovery times. Incompatible 0 value for execution.checkpointing.interval-during-backlog</td>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest expanding on "This might be helpful in reducing recovery times." to be specific about the scenarios that this would be helpful in. Are there scenarios it would not be helpful in? If there are no downsides to this change - then do we need a config option?

I am not sure what Incompatible 0 value for execution.checkpointing.interval-during-backlog means .

&& checkpointConfig.isPauseSourcesUntilFirstCheckpoint()) {
throw new IllegalArgumentException(
"Pausing sources until first checkpoint is incompatible with disabling checkpoints during backlog processing. "
+ "Please consult "
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: "Please consult ...." -> "Please review and choose whether you require + CheckpointingOptions.PAUSE_SOURCES_UNTIL_FIRST_CHECKPOINT.key()
+ " or"
+ CheckpointingOptions.CHECKPOINTING_INTERVAL_DURING_BACKLOG.key());

@github-actions github-actions bot added the community-reviewed PR has been reviewed by the community. label Jan 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community-reviewed PR has been reviewed by the community.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants