bytedance / terarkdb

A RocksDB compatible KV storage engine with better performance
Apache License 2.0
2.05k stars 202 forks source link

Fix HandleMaxWalSize ScheduleFlush conflict #140

Closed mm304321141 closed 3 years ago

yapple commented 3 years ago

This problem will lead to the same CF schedule_flush many times, and switch memtable more than once.