1
0
mirror of https://github.com/facebook/rocksdb.git synced 2025-06-02 10:25:45 +08:00
Jay Zhuang 18a61a1734 Fix seqno->time worker not scheduled with multi DB instances ()
Summary:
`PeriodicWorkScheduler` is a global singleton, which were used to store per-instance setting `record_seqno_time_cadence_`. Move that to db_impl.h which is per-instance.

Pull Request resolved: https://github.com/facebook/rocksdb/pull/10383

Reviewed By: siying

Differential Revision: D37928009

Pulled By: jay-zhuang

fbshipit-source-id: e517754f4a9db98798ac04f72033d4b517f734e9
2022-07-18 19:08:39 -07:00
..