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
Raw File
issue_template.md
> Note: Please use Issues only for bug reports. For questions, discussions, feature requests, etc. post to dev group: https://www.facebook.com/groups/rocksdb.dev

### Expected behavior

### Actual behavior

### Steps to reproduce the behavior
back to top