cockroachdb / cockroachdb/cockroach
changefeedccl: order validator does not assert monotonic resolved messages
Open
A-cdc
C-bug
E-easy
T-cdc
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
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 https://github.com/cockroachdb/cockroach/pull/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
Contributor guide
Assessment
This issue has not been assessed yet.