Closed tabokie closed 1 year ago
I realized DumpStats task dumps private statistics which shouldn't be disabled for multi-rocksdb use case. For FlushInfoLog task, the logger we are using right now has a noop Flush implementation. So it should be fine to schedule tasks.
DumpStats
FlushInfoLog
Flush
I realized
DumpStats
task dumps private statistics which shouldn't be disabled for multi-rocksdb use case. ForFlushInfoLog
task, the logger we are using right now has a noopFlush
implementation. So it should be fine to schedule tasks.