klion26 commented on a change in pull request #10329:
[FLINK-12785][StateBackend] RocksDB savepoint recovery can use a lot of
unmanaged memory
URL: https://github.com/apache/flink/pull/10329#discussion_r351151192
##########
File path: docs/_includes/generated/rocks_db_configurable_configuration.html
##########
@@ -56,6 +56,12 @@
<td>String</td>
<td>The maximum number of concurrent background flush and
compaction jobs (per TaskManager). RocksDB has default configuration as
'1'.</td>
</tr>
+ <tr>
+ <td><h5>state.backend.rocksdb.write-batch-size</h5></td>
Review comment:
Use the config with the new type `MemorySize`(introduced by
[FLINK-14491](https://issues.apache.org/jira/browse/FLINK-14491))
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services