You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by az...@apache.org on 2020/02/10 17:07:28 UTC

[flink] branch release-1.9 updated (e4eb303 -> df24a9f)

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

azagrebin pushed a change to branch release-1.9
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from e4eb303  [FLINK-15863][docs] Fix docs stating that savepoints are relocatable
     add df24a9f  [FLINK-15143][docs] Add new memory configuration guide before FLIP-49

No new revisions were added by this update.

Summary of changes:
 docs/fig/mem_model.svg          |  21 +++++++
 docs/ops/cli.md                 |   2 +-
 docs/ops/cli.zh.md              |   2 +-
 docs/ops/config.md              |   4 +-
 docs/ops/config.zh.md           |   4 +-
 docs/ops/mem_setup.md           | 129 ++++++++++++++++++++++++++++++++++++++++
 docs/ops/production_ready.md    |   2 +-
 docs/ops/production_ready.zh.md |   2 +-
 docs/ops/python_shell.md        |   2 +-
 docs/ops/python_shell.zh.md     |   2 +-
 docs/ops/scala_shell.md         |   2 +-
 docs/ops/scala_shell.zh.md      |   2 +-
 docs/ops/security-ssl.md        |   2 +-
 docs/ops/security-ssl.zh.md     |   2 +-
 docs/ops/upgrading.md           |   2 +-
 docs/ops/upgrading.zh.md        |   2 +-
 16 files changed, 166 insertions(+), 16 deletions(-)
 create mode 100644 docs/fig/mem_model.svg
 create mode 100644 docs/ops/mem_setup.md