Igor Bernstein
Igor Bernstein
### 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...
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...
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...