Skip to content

chore: RocksDB OptimisticTransaction conflict detection bug#3154

Closed
halfprice wants to merge 2 commits intomainfrom
zhewu/occ-conflict-failure
Closed

chore: RocksDB OptimisticTransaction conflict detection bug#3154
halfprice wants to merge 2 commits intomainfrom
zhewu/occ-conflict-failure

Conversation

@halfprice
Copy link
Collaborator

Description

Describe the changes or additions included in this PR.

Test plan

How did you test the new or updated feature?


Release notes

Check each box that your changes affect. If none of the boxes relate to your changes, release notes aren't required.
For each box you select, include information after the relevant heading that describes the impact of your changes that
a user might notice and any actions they must take to implement updates. (Add release notes after the colon for each item)

  • Storage node:
  • Aggregator:
  • Publisher:
  • CLI:

path,
cfs.into_iter()
.map(|(name, opts)| ColumnFamilyDescriptor::new(name, opts)),
OccValidationPolicy::ValidateSerial,
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we change this to ValidateParallel, the test will fail as before

@halfprice halfprice closed this Mar 19, 2026
@halfprice halfprice deleted the zhewu/occ-conflict-failure branch March 19, 2026 23:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants