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
auto_roll_logger.cc -rw-r--r-- 9.0 KB
auto_roll_logger.h -rw-r--r-- 4.8 KB
auto_roll_logger_test.cc -rw-r--r-- 24.2 KB
env_logger.h -rw-r--r-- 4.6 KB
env_logger_test.cc -rw-r--r-- 4.2 KB
event_logger.cc -rw-r--r-- 2.0 KB
event_logger.h -rw-r--r-- 4.9 KB
event_logger_test.cc -rw-r--r-- 1.2 KB
log_buffer.cc -rw-r--r-- 2.4 KB
log_buffer.h -rw-r--r-- 1.8 KB
logging.h -rw-r--r-- 3.2 KB
posix_logger.h -rw-r--r-- 5.3 KB

back to top