]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commit
Proceed for new memtable on okay status (#12798)
authorHui Xiao <huixiao@fb.com>
Sat, 22 Jun 2024 23:17:59 +0000 (16:17 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Sat, 22 Jun 2024 23:17:59 +0000 (16:17 -0700)
commit9d64ca55b760e0d7386c3cc170ff84495d825238
tree710ab85589a3f7fef509336b8d30fed8142bf3b5
parent40944cbbdbdcfac694fc3b291ba1838e943a789b
Proceed for new memtable on okay status (#12798)

Summary:
**Context/Summary:**
The relevant code logs info of newly created WAL and proceeds to "ConstructFragmentedRangeTombstones()" even when the previous step fails. This PR fixes it.

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

Test Plan: Existing tests

Reviewed By: cbi42

Differential Revision: D58917246

Pulled By: hx235

fbshipit-source-id: f395210d91e50617195cb9a8047cf5d82db0c40e
db/db_impl/db_impl_write.cc