Revision 71a82a0abea520be0f7215cee60b40900b8f2fe5 authored by Vijay Nadimpalli on 16 April 2019, 01:47:24 UTC, committed by Facebook Github Bot on 16 April 2019, 01:51:04 UTC
Summary:
Right now, two separate pieces of code are used to create WAL files in DBImpl::Open function of db_impl_open.cc and DBImpl::SwitchMemtable function of db_impl_write.cc. This code change simply creates 1 function called DBImpl::CreateWAL in db_impl_open.cc which is used to replace existing WAL creation logic in DBImpl::Open and DBImpl::SwitchMemtable.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/5188

Differential Revision: D14942832

Pulled By: vjnadimpalli

fbshipit-source-id: d49230e04c36176015c8c1b422575872f92157fb
1 parent 3e63e55
History
File Mode Size
gtest-1.7.0

back to top