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

sewen pushed a commit to branch release-1.13
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.13 by this push:
     new 749faf6  [FLINK-21694][docs] Regenerate docs for adjusted RocksDB 
config
749faf6 is described below

commit 749faf692bca82d3b4ff325cd23a3566ccd4b77f
Author: Stephan Ewen <[email protected]>
AuthorDate: Tue Apr 20 20:47:12 2021 +0200

    [FLINK-21694][docs] Regenerate docs for adjusted RocksDB config
---
 docs/layouts/shortcodes/generated/expert_rocksdb_section.html | 2 +-
 docs/layouts/shortcodes/generated/rocksdb_configuration.html  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/layouts/shortcodes/generated/expert_rocksdb_section.html 
b/docs/layouts/shortcodes/generated/expert_rocksdb_section.html
index 3344e53..ce02013 100644
--- a/docs/layouts/shortcodes/generated/expert_rocksdb_section.html
+++ b/docs/layouts/shortcodes/generated/expert_rocksdb_section.html
@@ -10,7 +10,7 @@
     <tbody>
         <tr>
             
<td><h5>state.backend.rocksdb.checkpoint.transfer.thread.num</h5></td>
-            <td style="word-wrap: break-word;">1</td>
+            <td style="word-wrap: break-word;">4</td>
             <td>Integer</td>
             <td>The number of threads (per stateful operator) used to transfer 
(download and upload) files in RocksDBStateBackend.</td>
         </tr>
diff --git a/docs/layouts/shortcodes/generated/rocksdb_configuration.html 
b/docs/layouts/shortcodes/generated/rocksdb_configuration.html
index 74b1236..d936815 100644
--- a/docs/layouts/shortcodes/generated/rocksdb_configuration.html
+++ b/docs/layouts/shortcodes/generated/rocksdb_configuration.html
@@ -10,7 +10,7 @@
     <tbody>
         <tr>
             
<td><h5>state.backend.rocksdb.checkpoint.transfer.thread.num</h5></td>
-            <td style="word-wrap: break-word;">1</td>
+            <td style="word-wrap: break-word;">4</td>
             <td>Integer</td>
             <td>The number of threads (per stateful operator) used to transfer 
(download and upload) files in RocksDBStateBackend.</td>
         </tr>

Reply via email to