curcur commented on code in PR #540:
URL: https://github.com/apache/flink-web/pull/540#discussion_r879488407


##########
_posts/2022-05-20-changelog-state-backend.md:
##########
@@ -0,0 +1,353 @@
+---
+layout: post 
+title:  "Improving speed and stability of checkpointing with generic log-based 
incremental checkpoints"
+date: 2022-05-20T00:00:00.000Z 
+authors:
+- Roman Khachatryan:
+  name: "Roman Khachatryan"
+- Yuan Mei:
+  name: "Yuan Mei"
+excerpt: This post describes the mechanism introduced in Flink 1.15 that 
continuously uploads state changes to a durable storage while performing 
materialization in the background

Review Comment:
   This post describes the mechanism of generic log-based incremental 
checkpoints introduced in the Flink 1.15 release to improve the speed and 
stability of Flink's checkpointing procedure. The main idea is to continuously 
upload state changes to durable storage while performing materialization in the 
background less frequently at the same time.



-- 
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]

Reply via email to