Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feedback on original diff * rebase fixups * fix data race * add missing timestamp on BatchRequest header this is cleaned up more in #2141, where only the batch gets the headers, but with this fix we avoid one obvious source of them. * 5 instead of 50k intents in TestGCQueueIntentResolution ain't nobody got time for that (now). * do not verifyKeys() if it is a batch batch semantics can go either way. Cleaned up more in #2141, where keys on the batch header are always a key range (and subject to removal, see #2155). * deal with batch self-overlap in command queue even basic tests have this (TestUpdateRangeAddressing by the way) and however we deal with this, it should be on Store. * allow self-overlapping batches discussion needed, but if this has a good chance of leading to passing tests, I think we should go down that route first. * make RaftCmd.Cmd nullable * panic on empty batch * feedback
- Loading branch information