Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.2.1
-
None
Description
Current RocksDB state store actually use a unlimited WriteBatch with a DB, the WriteBatch would not be cleared until the micro-batch data committed, which results that the memoy usage of WriteBatch could be very huge.
We should consider to add the approximate memory usgae of WriteBatch as the totdal memory usage and also print it separately.