Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[server][dvc] Fix to RocksDB atomic flush usage (#676)
Even though we use the DB Options to enable atomic flush, we were not passing the list of column family handles into the flush call, and since our WAL is disabled we did not implicitly get the atomic flush behavior either. This commit fixes the usage to ensure atomic flushing of the data and RMD column families. More details: https://github.com/facebook/rocksdb/wiki/Atomic-flush
- Loading branch information