You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by xt...@apache.org on 2020/06/28 09:55:34 UTC

[flink] 05/06: [hotfix][doc-zh] Fix broken links to rocksdb state backend section

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

xtsong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 59d24ac476b040d59caf8d3b46824b0be2b52b18
Author: Xintong Song <to...@gmail.com>
AuthorDate: Wed Jun 24 14:39:53 2020 +0800

    [hotfix][doc-zh] Fix broken links to rocksdb state backend section
---
 docs/ops/state/state_backends.zh.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/ops/state/state_backends.zh.md b/docs/ops/state/state_backends.zh.md
index 19bbf10..89744f6 100644
--- a/docs/ops/state/state_backends.zh.md
+++ b/docs/ops/state/state_backends.zh.md
@@ -94,6 +94,8 @@ FsStateBackend 适用场景:
 
 建议同时将 [managed memory](../memory/mem_setup_tm.html#managed-memory) 设为0,以保证将最大限度的内存分配给 JVM 上的用户代码。
 
+<a name="the-rocksdbstatebackend" />
+
 ### RocksDBStateBackend
 
 *RocksDBStateBackend* 需要配置一个文件系统的 URL (类型、地址、路径),例如:"hdfs://namenode:40010/flink/checkpoints" 或 "file:///data/flink/checkpoints"。