cockroachdb / cockroachdb/cockroach
multitenant: ranges from different tenants can coalesce which breaks show ranges with details
Open
C-investigation
T-db-server
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
show ranges from tables with details can fail on tenant clusters with an error like:
ERROR: rpc error: code = Unauthenticated desc = requested key span /Tenant/634{2/Table/106-8} not fully contained in tenant keyspace /Tenant/634{2-3}
This seems to be due to a particular range containing keys from multiple tenants. Ideally, we shouldn't coalesce the ranges if it causes multiple tenants to overlap.
See [support issue](https://github.com/cockroachlabs/support/issues/3250) for more details and reproduction steps.
Jira issue: CRDB-49270
Epic CRDB-50448
Contributor guide
Assessment
This issue has not been assessed yet.