Skip to content

Commit

Permalink
[FLINK-23607][state/changelog] Document checkpointing.changelog in po…
Browse files Browse the repository at this point in the history
…m.xml
  • Loading branch information
rkhachatryan committed Sep 14, 2021
1 parent f224ae7 commit d92540c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1553,7 +1553,11 @@ under the License.
<hadoop.version>${hadoop.version}</hadoop.version>
<checkpointing.randomization>true</checkpointing.randomization>
<buffer-debloat.randomization>true</buffer-debloat.randomization>
<!-- on, unset, or random -->
<!-- force the use of the Changelog State Backend in tests on mini-cluster
on: enable CheckpointingOptions.ENABLE_STATE_CHANGE_LOG on cluster level
random: enable it randomly, unless explicitly set
unset: don't alter the configuration
-->
<!-- disable temporarily for 1.14 release -->
<checkpointing.changelog>unset</checkpointing.changelog>
<project.basedir>${project.basedir}</project.basedir>
Expand Down

0 comments on commit d92540c

Please sign in to comment.