-
Notifications
You must be signed in to change notification settings - Fork 4.1k
changefeedccl: order validator does not assert monotonic resolved messages #108872
Copy link
Copy link
Open
Labels
A-cdcChange Data CaptureChange Data CaptureC-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.E-easyEasy issue to tackle, requires little or no CockroachDB experienceEasy issue to tackle, requires little or no CockroachDB experienceT-cdc
Description
We should probably assert in the order validator (which is used in roachtests, changefeed nemeses etc) that resolved messages are monotonic. You should never see a regression in the resolved messages.
I started a draft PR #108861. C2C streaming tests fail because you see resolved messages that go back in time. I don't know if this is expected for streaming. Nevertheless, the PR needs a bit more work.
Jira issue: CRDB-30676
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-cdcChange Data CaptureChange Data CaptureC-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.E-easyEasy issue to tackle, requires little or no CockroachDB experienceEasy issue to tackle, requires little or no CockroachDB experienceT-cdc