Revision aa56b7e74aa30d38adba2ffebfdd9311e9506092 authored by Zhongyi Xie on 24 April 2019, 19:05:29 UTC, committed by Facebook Github Bot on 24 April 2019, 19:08:44 UTC
Summary: PR https://github.com/facebook/rocksdb/pull/4899 implemented the general framework for RocksDB secondary instances. This PR adds the support for WAL tailing in `OpenAsSecondary`, which means after the `OpenAsSecondary` call, the secondary is now able to see primary's writes that are yet to be flushed. The secondary can see primary's writes in the WAL up to the moment of `OpenAsSecondary` call starts.

Differential Revision: D15059905

Pulled By: miasantreble

fbshipit-source-id: 44f71f548a30b38179a7940165e138f622de1f10
1 parent 1c8cbf3
History
File Mode Size
buckify_rocksdb.py -rw-r--r-- 5.2 KB
rocks_test_runner.sh -rwxr-xr-x 268 bytes
targets_builder.py -rw-r--r-- 2.1 KB
targets_cfg.py -rw-r--r-- 3.7 KB
util.py -rw-r--r-- 3.2 KB

back to top