Revision c48764ba4709c1f7825fb317043cd6ab51779ed2 authored by Anand Ananthabhotla on 16 June 2018, 00:53:12 UTC, committed by Facebook Github Bot on 16 June 2018, 00:57:24 UTC
Summary:
Don't call the OnTableFileCreated listener callback when a 0 size SST
file gets created by Flush. Doing so causes an assertion failure in db_stress. It is also not correct behavior as we call env->DeleteFile() for such files right before the notification.
Closes https://github.com/facebook/rocksdb/pull/4003

Differential Revision: D8461385

Pulled By: anand1976

fbshipit-source-id: ae92d4f921c2e2cff981ad58f4929ed8b609f35d
1 parent 3fbc865
History
File Mode Size
coverage_test.sh -rwxr-xr-x 2.2 KB
parse_gcov_output.py -rw-r--r-- 4.1 KB

back to top