cockroachdb / cockroachdb/cockroach

cdc: Under-tested execution locality feature

Open
#110,358 2 comments 0 reactions 0 assignees View on GitHub
A-cdc C-enhancement T-cdc
Dominant language
Go
Stars
32.5k
Forks
4.1k
PR merge metrics
PR metrics pending

Description

Execution locality feature (changefeed processor pinning/regional sins) is under-tested.

* At the very least, add roachtest to test locality pinning

* Identify and fix observability gaps (are there any locality specific metrics we need to be tracking of)?
It appears that while aggregators will be pinned to a particular region, the actual rangefeed may
consume data from a replica that might not be the best choice (even outside of the locality; we prefer
to use proximate replicas, but I don't think it's guaranteed). If the above can happen, we should at least
have observability when it does.

Jira issue: CRDB-31395

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.