tillrohrmann commented on a change in pull request #10997: [FLINK-15743][docs] 
Extend Flink 1.10 release notes
URL: https://github.com/apache/flink/pull/10997#discussion_r376511002
 
 

 ##########
 File path: docs/release-notes/flink-1.10.md
 ##########
 @@ -73,16 +73,56 @@ start on YARN. This option has been deprecated since the 
introduction of
 
[FLIP-6](https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=65147077).
 All Flink users are advised to remove this command line option.
 
+#### Removal of --yst/--yarnstreaming Command Line Options 
([FLINK-14957](https://issues.apache.org/jira/browse/FLINK-14957))
+The Flink CLI no longer supports the deprecated command line options
+`-yst/--yarnstreaming`, which were used to disable eager pre-allocation of 
memory.
+All Flink users are advised to remove this command line option.
+
 #### Mesos Integration will reject expired Offers faster 
([FLINK-14029](https://issues.apache.org/jira/browse/FLINK-14029))
 Flink's Mesos integration now rejects all expired offers instead of only 4.
 This improves the situation where Fenzo holds on to a lot of expired offers
 without giving them back to the Mesos resource manager.
 
 #### Scheduler Rearchitecture 
([FLINK-14651](https://issues.apache.org/jira/browse/FLINK-14651))
 Flink's scheduler was refactored with the goal of making scheduling strategies
-customizable in the future. Users that experience issues related to scheduling
-can fallback to the legacy scheduler by setting `jobmanager.scheduler: legacy`
-in their `flink-conf.yaml`.
+customizable in the future. Users that did not already use the [Pipelined
+Region Failover Strategy]({{ site.baseurl
+}}/dev/task_failure_recovery.html#restart-pipelined-region-failover-strategy)
+in Flink 1.9, should take the following caveats into account:
+
+* Exceptions that caused a job to restart will not shown on the job overview 
page of the Web UI 
([FLINK-15917](https://issues.apache.org/jira/browse/FLINK-15917)).
 
 Review comment:
   Should be fixed with #11032

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to