Kyle Wong

Results 5 issues of Kyle Wong

**The problem** The GrpcChannelsProperties configuration class has a "defaultScheme" property that is configurable, but nothing is done with this configuration. As per the documentation: ``` If you don’t define an...

enhancement

/_status/nodes is not implemented for secondary tenants, resulting in 501 responses in cloud for serverless tenants. To fix, this api is now gated by a tenant check and will no...

Previously, transaction_fingerprint_id and statement_fingerprint_id were typed as uint64. Somewhere downstream, these uint64 fields were truncated into int64 max ints. As a result, telemetry logs had the same fingerprint id for...

adds a new api v2 endpoint, `/api/v2/table_metadata/`. This new API enables the ability to retrieve paginated table metadata for a given database. Resolves: https://github.com/cockroachdb/cockroach/issues/128894 Epic: [CRDB-37558](https://cockroachlabs.atlassian.net/browse/CRDB-37558) Release note: None

Epic: REL-3909 Resolves: CRDB-57502 Release note: None