提交 87e1e8fc 编写于 作者: J Juan Paulo Gutierrez 提交者: Tzu-Li (Gordon) Tai

[FLINK-6937] [docs] Fix broken link in Production Readiness Checklist

This closes #4134.
上级 d1ee819a
......@@ -64,7 +64,7 @@ parallelism as a function of the parallelism when the job is first started:
### Set UUIDs for operators
As mentioned in the documentation for [savepoints]({{ site.baseurl }}/setup/savepoints.html, users should set uids for
As mentioned in the documentation for [savepoints]({{ site.baseurl }}/setup/savepoints.html), users should set uids for
operators. Those operator uids are important for Flink's mapping of operator states to operators which, in turn, is
essential for savepoints. By default operator uids are generated by traversing the JobGraph and hashing certain operator
properties. While this is comfortable from a user perspective, it is also very fragile, as changes to the JobGraph (e.g.
......@@ -85,4 +85,4 @@ very important for large states because they do not block the operators and Flin
stream processing. However, RocksDB can have worse performance than, for example, the memory-based state backends. If
you are sure that your state will never exceed main memory and blocking the stream processing to write it is not an issue,
you **could consider** to not use the RocksDB backends. However, at this point, we **strongly recommend** using RocksDB
for production.
\ No newline at end of file
for production.
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册