Mattie Fu

Results 7 issues of Mattie Fu

system-test failed to clean up test instances with not found errors like: `Error: 5 NOT_FOUND: Failed to read: projects/{818418350420}/instances/gcloud-tests-d-inst-c089e871` which causes the test project to run out of node quota.

type: bug
priority: p2
api: bigtable

mutate request should emit 'metadata' event in the manual layer so applications can get useful metrics from response headers like gfe 'server-timing'

type: feature request
api: bigtable
priority: p3

The underlying issue with attempt timeout is fixed in the Bigtable client. We don't need to pass around operation and attempt timeout in the reader anymore. This PR cleans up...

java
io
gcp
Next Action: Reviewers
slow-review
bigtable

When `tracer` throw an error (https://github.com/googleapis/gax-java/blob/v2.20.1/gax/src/main/java/com/google/api/gax/retrying/BasicRetryingFuture.java#L202) because of version mismatch, the client will hang forever. The problem seems to be somewhere in `BasicRetryingFuture` and `CallbackChainRetryingFuture`. In the following reproduce, `tracer.attemptSucceeded`...

type: bug
priority: p4
gax

Thank you for opening a Pull Request! For general contributing guidelines, please refer to [contributing guide](https://github.com/googleapis/gapic-generator-java/blob/main/CONTRIBUTING.md) Before submitting your PR, there are a few things you can do to make...

size: s

When universe domain is set and [GoogleCredentialsProvider returns a ServiceAccountJwtAccessCredentials](https://github.com/googleapis/sdk-platform-java/blob/main/gax-java/gax/src/main/java/com/google/api/gax/core/GoogleCredentialsProvider.java#L85-L91), the subsequent [validate step](https://github.com/googleapis/sdk-platform-java/blob/main/gax-java/gax/src/main/java/com/google/api/gax/rpc/EndpointContext.java#L153) will fail with error: `The configured universe domain () does not match the universe domain found...

type: bug
priority: p2