Github user zentol commented on a diff in the pull request:
https://github.com/apache/flink/pull/3217#discussion_r98645060
--- Diff: docs/ops/upgrading.md ---
@@ -25,13 +25,87 @@ under the License.
* ToC
{:toc}
-## Upgrading Flink Streaming Applications
+Flink DataStream programs are typically designed to run for long periods
of time such as weeks, months, or even years. As with all long-running
services, Flink streaming applications need to be maintained, which includes
fixing bugs, implementing improvements, or migrating an application to a Flink
cluster of a later version.
- - Savepoint, stop/cancel, start from savepoint
- - Atomic Savepoint and Stop (link to JIRA issue)
+This document describes how to update a Flink streaming application and
how migrate a running streaming application to a different Flink cluster.
--- End diff --
` and how migrate` -> `and migrate`
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---