-
Notifications
You must be signed in to change notification settings - Fork 4.1k
kvtenantccl: serve Connector methods needed for startup from local region #85740
Copy link
Copy link
Closed
Labels
C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Description
Is your feature request related to a problem? Please describe.
A number of Connector methods need to be accessed during SQL server startup. We need to ensure that all of them can be served without leaving the local region. This will likely require making some of the relevant system tables LOCALITY GLOBAL (#63365).
Below find an incomplete list:
system.tenant_settingssystem.tenants
Describe alternatives you've considered
As is often the case, we could use stale reads and think more.
Additional context
Relates to #85612
Epic: CRDB-18596
Jira issue: CRDB-18413
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)