rkhachatryan commented on code in PR #27441:
URL: https://github.com/apache/flink/pull/27441#discussion_r2712857043
##########
docs/layouts/shortcodes/generated/checkpointing_configuration.html:
##########
@@ -122,6 +122,12 @@
<td>Duration</td>
<td>The minimal pause between checkpointing attempts. This setting
defines how soon thecheckpoint coordinator may trigger another checkpoint after
it becomes possible to triggeranother checkpoint with respect to the maximum
number of concurrent checkpoints(see <code
class="highlighter-rouge">execution.checkpointing.max-concurrent-checkpoints</code>).<br
/><br />If the maximum number of concurrent checkpoints is set to one, this
setting makes effectively sure that a minimum amount of time passes where no
checkpoint is in progress at all.</td>
</tr>
+ <tr>
+
<td><h5>execution.checkpointing.pause-checkpoints-if-tasks-not-running</h5></td>
+ <td style="word-wrap: break-word;">false</td>
+ <td>Boolean</td>
+ <td>When enabled, checkpoints will be paused as long as some tasks
are not running (and not finished), even if the job status is running. This
help to prevent an additional delay on job startup</td>
Review Comment:
We discussed this PR with @1996fanrui offline and agreed to remove the
option because the new behavior is the only desirable (until FLIP-457). After
FLIP-457, this logic will be changed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]