Myasuka commented on a change in pull request #14341:
URL: https://github.com/apache/flink/pull/14341#discussion_r539183408



##########
File path: docs/_includes/generated/rocksdb_configurable_configuration.html
##########
@@ -20,6 +20,12 @@
             <td>MemorySize</td>
             <td>The amount of the cache for data blocks in RocksDB. RocksDB 
has default block-cache size as '8MB'.</td>
         </tr>
+        <tr>
+            <td><h5>state.backend.rocksdb.block.metadata-blocksize</h5></td>
+            <td style="word-wrap: break-word;">(none)</td>
+            <td>MemorySize</td>
+            <td>Approximate size (in bytes) of partitioned metadata packed per 
block.Currently applied to indexes block when partitioned index/filters option 
is enabled. RocksDB has default metadata blocksize as '4KB'.</td>

Review comment:
       Need a space between `block.` and `Currently` and remember to rebuild 
html document.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to