cockroachdb / cockroachdb/cockroach
pcr: add `getReplicatedTime()` to tenant connector
Open
A-disaster-recovery
C-enhancement
P-1
T-disaster-recovery
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
During read from stand by initialization from the reader tenant, it will need to check the replicated time which is stored in the job record on the system tenant. To safely get this data in a performant manner, we need a new tenant connector api.
Jira issue: CRDB-41637
Contributor guide
Assessment
This issue has not been assessed yet.