You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2018/10/17 09:19:19 UTC

[GitHub] dawidwys closed pull request #6864: [hotfix][docs] Extended release notes with info about savepoint handl…

dawidwys closed pull request #6864: [hotfix][docs] Extended release notes with info about savepoint handl…
URL: https://github.com/apache/flink/pull/6864
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/docs/release-notes/flink-1.5.md b/docs/release-notes/flink-1.5.md
index 8a5fb69861c..3a26ba75c14 100644
--- a/docs/release-notes/flink-1.5.md
+++ b/docs/release-notes/flink-1.5.md
@@ -89,5 +89,12 @@ The Kinesis dependencies of Flink’s Kinesis connector have been updated to the
 <aws.kinesis-kpl.version>0.12.9</aws.kinesis-kcl.version>
 ```
 
+## Important changes in 1.5.5
+
+### Changed handling of savepoints while recovering
+
+Savepoints in version 1.5.5 are used while recovering. Previously when using exactly-once sink one can get into problems with duplicate output data when a failure occurs after a savepoint was taken but before the next checkpoint occured.
+This results in the fact that savepoints are no longer exclusively under the control of the user. Savepoint should not be moved nor deleted if there was no newer checkpoint or savepoint taken.
+
 
 {% top %}
diff --git a/docs/release-notes/flink-1.6.md b/docs/release-notes/flink-1.6.md
index 34cd6135511..0f0cffdb629 100644
--- a/docs/release-notes/flink-1.6.md
+++ b/docs/release-notes/flink-1.6.md
@@ -29,6 +29,13 @@ The default value of the slot idle timeout `slot.idle.timeout` is set to the def
 ### Changed ElasticSearch 5.x Sink API
 
 Previous APIs in the Flink ElasticSearch 5.x Sink's `RequestIndexer` interface have been deprecated in favor of new signatures. 
-When adding requests to the `RequestIndexer`, the requests now must be of type `IndexRequest`, `DeleteRequest`, or `UpdateRequest`, instead of the base `ActionRequest`. 
+When adding requests to the `RequestIndexer`, the requests now must be of type `IndexRequest`, `DeleteRequest`, or `UpdateRequest`, instead of the base `ActionRequest`.
+
+## Important changes in 1.6.2
+
+### Changed handling of savepoints while recovering
+
+Savepoints in version 1.6.2 are used while recovering. Previously when using exactly-once sink one can get into problems with duplicate output data when a failure occurs after a savepoint was taken but before the next checkpoint occured.
+This results in the fact that savepoints are no longer exclusively under the control of the user. Savepoint should not be moved nor deleted if there was no newer checkpoint or savepoint taken. 
 
 {% top %}


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services