Details
-
Bug
-
Status: In Progress
-
Major
-
Resolution: Unresolved
-
4.5.0
Description
When read behind happens, it would quickly read bunch of ledgers, which will evict current active ledgers for writing from the ledger cache. with the ledger being evicted from cache, it would impact the write performance.
In order to address this issue, we should separate write FileInfo and read FileInfo in the cache.