Skip to content

Fix write-skew reader pair selection - #254

Open
liulx20 wants to merge 1 commit into
ldbc:mainfrom
liulx20:fix-ws-reader-pair-filter
Open

Fix write-skew reader pair selection#254
liulx20 wants to merge 1 commit into
ldbc:mainfrom
liulx20:fix-ws-reader-pair-filter

Conversation

@liulx20

@liulx20 liulx20 commented Aug 20, 2026

Copy link
Copy Markdown

Summary

Restrict the Write Skew reader query to odd starting IDs so that it checks only the logical Person pairs defined by the test: (2k+1, 2k+2).

Without this predicate, the query also examines cross-pair neighbors such as (2, 3), which are not governed by the pair invariant and can cause false anomaly reports.

Closes #253.

Related implementation fix: ldbc/ldbc_acid#16.

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.

Write-skew reader query checks vertices across logical pairs

1 participant