Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[LEDGER STORAGE] DbLedgerStorage should do periodical flush
Descriptions of the changes in this PR: *Motivation* DbLedgerStorage doesn't drive checkpoint itself. so currently DbLedgerStorage flush only happens either when write-cache is full or entry log file rotated. The correctness is still maintained. However the behavior is different from original yahoo behavior. *Changes* Revert the behavior back to original periodical flush Reviewers: Matteo Merli <[email protected]>, Jia Zhai <None> This closes apache#1843 from sijie/dbledgerstorage_sync
- Loading branch information