Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

readRowAsync cancelled results in server side metrics #1522

Closed
mattfsmith opened this issue Nov 18, 2022 · 2 comments
Closed

readRowAsync cancelled results in server side metrics #1522

mattfsmith opened this issue Nov 18, 2022 · 2 comments
Labels
api: bigtable Issues related to the googleapis/java-bigtable API.

Comments

@mattfsmith
Copy link

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 instead of filing on GitHub. This will ensure a timely response.

Please run down the following list and make sure you've tried the usual "quick fixes":

If you are still having issues, please include as much information as possible:

Environment details

  1. Specify the API at the beginning of the title. For example, "BigQuery: ...").
    General, Core, and Other are also allowed as types
  2. OS type and version:
  3. Java version:
  4. bigtable version(s):

Steps to reproduce

  1. review code example below
  2. Review cancelled messages

image

Code example

//java example
ApiFuture<Row> futureResult = bigtableDataClient.readRowAsync(tableId, ByteString.copyFromUtf8(rowKey));

Stack trace

Any relevant stacktrace here.

External references such as API reference guides

  • ?

Any additional information below

Following these steps guarantees the quickest resolution possible.

Thanks!

@product-auto-label product-auto-label bot added the api: bigtable Issues related to the googleapis/java-bigtable API. label Nov 18, 2022
@igorbernstein2
Copy link
Contributor

It seems like this was already fixed in #1326.

What version are you using? Can you copy/paste the output of mvn dependency:tree?

@igorbernstein2
Copy link
Contributor

Confirmed, this was already fixed. The bug report was for version 2.8.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigtable Issues related to the googleapis/java-bigtable API.
Projects
None yet
Development

No branches or pull requests

2 participants