tikv / rocksdb

A library that provides an embeddable, persistent key-value store for fast storage.
http://rocksdb.org
GNU General Public License v2.0
120 stars 93 forks source link

Revert "offload periodic work (#328)" #329

Closed tabokie closed 1 year ago

tabokie commented 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.