You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by pn...@apache.org on 2020/06/22 15:57:51 UTC

[flink] branch release-1.11 updated: [hotfix][javadoc] Fix typo in CheckpointConfig#enableUnalignedCheckpoints java doc

This is an automated email from the ASF dual-hosted git repository.

pnowojski pushed a commit to branch release-1.11
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.11 by this push:
     new 0fe22b1  [hotfix][javadoc] Fix typo in CheckpointConfig#enableUnalignedCheckpoints java doc
0fe22b1 is described below

commit 0fe22b1753c072ac1b66263d95110edea83bb762
Author: Piotr Nowojski <pi...@gmail.com>
AuthorDate: Mon Jun 22 17:53:05 2020 +0200

    [hotfix][javadoc] Fix typo in CheckpointConfig#enableUnalignedCheckpoints java doc
---
 .../org/apache/flink/streaming/api/environment/CheckpointConfig.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flink-streaming-java/src/main/java/org/apache/flink/streaming/api/environment/CheckpointConfig.java b/flink-streaming-java/src/main/java/org/apache/flink/streaming/api/environment/CheckpointConfig.java
index 7d23a05..7644004 100644
--- a/flink-streaming-java/src/main/java/org/apache/flink/streaming/api/environment/CheckpointConfig.java
+++ b/flink-streaming-java/src/main/java/org/apache/flink/streaming/api/environment/CheckpointConfig.java
@@ -382,7 +382,7 @@ public class CheckpointConfig implements java.io.Serializable {
 	}
 
 	/**
-	 * Enables unaligned checkpoints, which greatly reduce checkpointing times under backpressure.
+	 * Enables unaligned checkpoints, which greatly reduces checkpointing times under backpressure.
 	 *
 	 * <p>Unaligned checkpoints contain data stored in buffers as part of the checkpoint state, which allows
 	 * checkpoint barriers to overtake these buffers. Thus, the checkpoint duration becomes independent of the