Closed jowlyzhang closed 3 weeks ago
@jowlyzhang has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.
@jowlyzhang has updated the pull request. You must reimport the pull request before landing.
@jowlyzhang has updated the pull request. You must reimport the pull request before landing.
@jowlyzhang has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.
@ltamasi Thanks a lot for the quick review!
@jowlyzhang merged this pull request in facebook/rocksdb@282f5a463ba0ebc0ad47d8f5aa3564046eb0eb5c.
This PR adds some missing pieces in order to handle UDT setting toggles while replay WALs for WriteCommitted transactions DB. Specifically, all the transaction markers for no op, prepare, commit, rollback are currently not carried over from the original WriteBatch to the new WriteBatch when there is a timestamp setting difference detected. This PR fills that gap.
Test plan: Added unit tests