Igor Bernstein

Results 24 issues of Igor Bernstein
trafficstars

#### Environment details - Programming language: java - OS: MacOS 12.6 - Language runtime version: 11.0.16.1 - Package version: 2.19.2 #### Steps to reproduce Failing unit test: ```java BatchingDescriptor batchingDescriptor...

type: bug
priority: p2

#### Code example ```python from google.cloud.bigtable_admin_v2 import BigtableTableAdminClient from google.cloud.bigtable_admin_v2.types import ModifyColumnFamiliesRequest, ColumnFamily,GcRule c = BigtableTableAdminClient() c.modify_column_families( ModifyColumnFamiliesRequest( name="projects/my-project/instances/my-instance/tables/my-table", modifications=[ ModifyColumnFamiliesRequest.Modification( id="family", create=ColumnFamily( gc_rule=GcRule( max_num_versions=1 ) ) ) ] )...

The example tries to close the old client after a lameduckTime: https://github.com/GoogleCloudPlatform/cloud-bigtable-examples/blob/main/go/connection-refresh/btrefresh/bigtable_rotator.go#L64-L68 However RotatingTable#client is only ever set when RotatingRable is constructed, and the new client is never set: https://github.com/GoogleCloudPlatform/cloud-bigtable-examples/blob/main/go/connection-refresh/btrefresh/bigtable_rotator.go#L70...

api: bigtable

This add the property `hbase.reversescans` for both the hbase1 & hbase2 drivers. This will allow endusers to compare performance between forward and reverse scans

**Is your feature request related to a problem? Please describe.** When debugging customer issues, a service team usually starts out with a client can gax version as they were sent...

priority: p3
type: docs

**Is your feature request related to a problem? Please describe.** When debugging customer issues it is very useful to get a copy of the settings that they are using. Unfortunately...

type: feature request
priority: p2

Thanks for stopping by to let us know something could be better! **PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/)...

type: feature request

Bigtable client uses gRPC, so it would be more helpful to update the bigtable golang guide[1] to use grpc metric views instead [1]https://opencensus.io/integrations/google_cloud/google_cloud_bigtable/go/#register-client-metric-views

Thanks for stopping by to let us know something could be better! **Is your feature request related to a problem? Please describe.** Improve observability of network issues from the bigtable...

type: feature request
api: bigtable