yanchenyun commented on a change in pull request #16371:
URL: https://github.com/apache/flink/pull/16371#discussion_r684960339



##########
File path: docs/content/docs/ops/state/state_backends.md
##########
@@ -72,7 +72,7 @@ The EmbeddedRocksDBStateBackend always performs asynchronous 
snapshots.
 Limitations of the EmbeddedRocksDBStateBackend:
 
   - As RocksDB's JNI bridge API is based on byte[], the maximum supported size 
per key and per value is 2^31 bytes each. 
-  States that use merge operations in RocksDB (e.g. ListState) can silently 
accumulate value sizes > 2^31 bytes and will then fail on their next retrieval. 
This is currently a limitation of RocksDB JNI.
+    States that use merge operations in RocksDB (e.g. ListState) can silently 
accumulate value sizes > 2^31 bytes and will then fail on their next retrieval. 
This is currently a limitation of RocksDB JNI.

Review comment:
       Thank you for your patience. I think it's because I used some editors to 
modify the MD file at the beginning, resulting in some spaces being added in 
the first git push. I'll check it next.




-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to