Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix handling of write intents for aborted transaction
Summary: Transaction could be aborted while we are trying to write intents for it. So we should handle the case when metadata is not present for transaction. Also register request to be able to update last write id when operation finishes. Test Plan: ybd --java-test org.yb.cql.TestReturnsClause#testBatchDMLWithUniqueIndex Reviewers: mikhail, venkatesh, timur, robert Reviewed By: robert Subscribers: ybase Differential Revision: https://phabricator.dev.yugabyte.com/D5302
- Loading branch information