Revision c5ddeceba0404d2f64a1187e1f7eb55d7b70df49 authored by Levi Tamasi on 16 July 2020, 01:52:12 UTC, committed by Facebook GitHub Bot on 16 July 2020, 01:53:54 UTC
Summary:
Periodic syncing of blob files is handled by a lower layer, namely by
`WritableFileWriter`; the `NeedsFsync` method of `BlobFile` and the
`last_fsync_` member variable are actually unused and thus can be
removed. See also https://github.com/facebook/rocksdb/pull/7125 .

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

Test Plan: `make check`

Reviewed By: zhichao-cao

Differential Revision: D22562981

Pulled By: ltamasi

fbshipit-source-id: c235aad94a7c27120528c9ec270a7a5b9154e49f
1 parent a7feebd
History
File Mode Size
.gitignore -rw-r--r-- 6 bytes
API.md -rw-r--r-- 6.0 KB
README.md -rw-r--r-- 1.1 KB
binding.gyp -rw-r--r-- 549 bytes
db_wrapper.cc -rw-r--r-- 16.2 KB
db_wrapper.h -rw-r--r-- 2.2 KB
rdb -rwxr-xr-x 162 bytes
rdb.cc -rw-r--r-- 322 bytes
unit_test.js -rw-r--r-- 3.2 KB

README.md

back to top