rocksdb/utilities/checkpoint
Siying Dong b2892047fd Always fsync the file after file copying
Summary:
File copying happens when creating checkpoints and bulkloading files from different FS partition. We should fsync the files when copying them to guarantee durability. A side effect will be that the dirty pages in file system buffers won't grow too large.
Closes https://github.com/facebook/rocksdb/pull/1728

Differential Revision: D4371083

Pulled By: siying

fbshipit-source-id: 579e14c
2017-01-20 12:24:08 -08:00
..
checkpoint_test.cc Fix bug of Checkpoint loses recent transactions with 2PC 2017-01-20 12:20:26 -08:00
checkpoint.cc Always fsync the file after file copying 2017-01-20 12:24:08 -08:00