Igor Bernstein

Results 24 issues of Igor Bernstein
trafficstars

### Is your feature request related to a problem? Please describe. A bigtable customer recently an issue where their test suite would arbitrarily hang. The issue was triggered by the...

kind/enhancement
lang/Python
priority/P2

This PR expands the refcount lease on the underlying Bigtable client from Start/StopBundle to the first StartBundle until Teardown. The previous behavior had a lot client & connection churn when...

java
io
gcp
Next Action: Reviewers
bigtable

This client seems to have a similar bug as: https://github.com/googleapis/google-cloud-go/commit/566ccf326f970b4fd1168bc0b6b474e94eeb6460 and https://github.com/googleapis/python-bigtable/pull/554 I believe the resumption code: https://github.com/googleapis/google-cloud-php/blob/6ece84084e1211afba977b3dbefd0b82730dd600/Bigtable/src/ChunkFormatter.php#L211-L222 Is vulnerable to a race condition: 1. client sends a read request...

type: bug
priority: p2
api: bigtable
lang: php