Revision e2f851e064f95534e191d927e74e40e5d67e6ac3 authored by Siying Dong on 26 June 2017, 19:32:52 UTC, committed by sdong on 26 June 2017, 19:59:48 UTC
Summary:
With a regression bug was introduced two years ago, by https://github.com/facebook/rocksdb/commit/6e9fbeb27c38329f33ae541302c44c8db8374f8c , we fail to check return status of fsync call. This can cause we miss the information from the file system and can potentially cause corrupted data which we could have been detected.
Closes https://github.com/facebook/rocksdb/pull/2495

Reviewed By: ajkr

Differential Revision: D5321949

Pulled By: siying

fbshipit-source-id: c68117914bb40700198fc37d0e4c63163a8a1031
1 parent 09fce6b
History
File Mode Size
README -rw-r--r-- 946 bytes
env_hdfs.h -rw-r--r-- 11.2 KB
setup.sh -rw-r--r-- 408 bytes

README

back to top