]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commit
Fix bug updating latest backup on delete (#11029)
authorPeter Dillinger <peterd@fb.com>
Tue, 13 Dec 2022 17:42:34 +0000 (09:42 -0800)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Tue, 13 Dec 2022 17:42:34 +0000 (09:42 -0800)
commit9b34c097a1a7730ab96e483dda4273dbf3a2b26c
tree033938edde0119857188f62b9f56970e40cfe2f6
parent00238a386b79af797f2276180bf1f3cb8c826cfc
Fix bug updating latest backup on delete (#11029)

Summary:
Previously, the "latest" valid backup would not be updated on delete.

Pull Request resolved: https://github.com/facebook/rocksdb/pull/11029

Test Plan: unit test included (added to an existing test for efficiency)

Reviewed By: hx235

Differential Revision: D41967925

Pulled By: pdillinger

fbshipit-source-id: ca143354d281eb979557ea421902cd26803a1137
HISTORY.md
utilities/backup/backup_engine.cc
utilities/backup/backup_engine_test.cc