Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
114668: kvnemesis: address TODO r=nvanbenschoten a=arulajmani

Epic: none

Release note: None

Co-authored-by: Arul Ajmani <[email protected]>
  • Loading branch information
craig[bot] and arulajmani committed Nov 22, 2023
2 parents d23688e + 53af808 commit e5570cb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/kv/kvnemesis/generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -452,10 +452,6 @@ func NewDefaultConfig() GeneratorConfig {
// #46081 has long been fixed. Then file an issue about generating
// non-self-overlapping operations for batches.
config.Ops.Batch = BatchOperationConfig{}
// TODO(tbg): should be able to remove the two lines below, since
// #45586 has already been addressed.
config.Ops.ClosureTxn.CommitBatchOps.GetExisting = 0
config.Ops.ClosureTxn.CommitBatchOps.GetMissing = 0
// SkipLocked is a batch-level attribute, not an operation-level attribute. To
// avoid mixing skip locked and non-skip locked requests, we disable these ops
// in the batchOpConfig.
Expand Down

0 comments on commit e5570cb

Please sign in to comment.