Skip to content

Commit bf84f8d

Browse files
craig[bot]mdlinville
andcommitted
Merge #116514
116514: server: document point-in-time nature of tenant_ranges status endpoint r=mdlinville a=mdlinville Fixes #99048 Relates to [DOC-7271] Co-authored-by: Matt Linville <[email protected]>
2 parents 986afa0 + 3a1fbe1 commit bf84f8d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/generated/http/full.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1634,7 +1634,7 @@ Tier represents one level of the locality hierarchy.
16341634
`GET /_status/tenant_ranges`
16351635

16361636
TenantRanges requests internal details about all range replicas within
1637-
the tenant's keyspace.
1637+
the tenant's keyspace at the time the request is processed.
16381638

16391639
Support status: [reserved](#support-status)
16401640

pkg/server/serverpb/status.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1278,7 +1278,7 @@ message ProblemRangesResponse {
12781278
];
12791279
repeated int64 circuit_breaker_error_range_ids = 10 [
12801280
(gogoproto.customname) = "CircuitBreakerErrorRangeIDs",
1281-
(gogoproto.casttype) =
1281+
(gogoproto.casttype) =
12821282
"github.com/cockroachdb/cockroach/pkg/roachpb.RangeID"
12831283
];
12841284
repeated int64 paused_replica_ids = 11 [
@@ -2199,7 +2199,7 @@ service Status {
21992199
}
22002200

22012201
// TenantRanges requests internal details about all range replicas within
2202-
// the tenant's keyspace.
2202+
// the tenant's keyspace at the time the request is processed.
22032203
rpc TenantRanges(TenantRangesRequest) returns (TenantRangesResponse) {
22042204
option (google.api.http) = {
22052205
get : "/_status/tenant_ranges"

0 commit comments

Comments
 (0)