Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
storage: fix data race in contentionQueue
When a pusher would write a new intent, it would previously sent its own *TxnMeta to the next pusher. However, it would also possibly mutate it higher up the stack (for example combining multiple responses in DistSender). Make a copy instead. Release note: None
- Loading branch information