carp84 commented on pull request #16835: URL: https://github.com/apache/flink/pull/16835#issuecomment-899425818
> @carp84 , RocksDB's implementation of memory control actually has two parts: > > 1. WriteBufferManager which controls the memory usage in write buffers. And it cast the memory usage to dummy block and insert to block cache. > 2. Block cache manages all block usage of index, filter, data and dummy blocks. > A strict limit block cache could help ensure the usage of block cache, and we still need the calculations in write buffer manager as it controls the write buffers. > However, I noticed the CI failed due to the memory control end-to-end test. I am still investigating... I see, thanks for the information. -- 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]
