java-bigtable-hbase: Failed to perform operation 'get'
Since upgrading to com.google.cloud.bigtable:bigtable-hbase-1.x:1.0.0-pre1
I am occasionally seeing the following error. I’ve redacted some confidential elements of the stack trace. Any idea what may be causing it?
2017-07-12 18:35:06,260 [ERROR] XXX:67 Table xxx: Other exception thrown: Failed to perform operation. Operation='get', projectId='xxx', tableName='xxx', rowKey='xxx'
java.io.IOException: Failed to perform operation. Operation='get', projectId='xxx', tableName='xxx', rowKey='1406519542728802'
at com.google.cloud.bigtable.hbase.BigtableTable.logAndCreateIOException(BigtableTable.java:515)
at com.google.cloud.bigtable.hbase.BigtableTable.get(BigtableTable.java:266)
... frames omitted
Caused by: java.util.concurrent.CancellationException: Task was cancelled.
at com.google.common.util.concurrent.AbstractFuture.cancellationExceptionWithCause(AbstractFuture.java:1123)
at com.google.common.util.concurrent.AbstractFuture.getDoneValue(AbstractFuture.java:501)
at com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:404)
at com.google.common.util.concurrent.AbstractFuture$TrustedFuture.get(AbstractFuture.java:86)
at com.google.cloud.bigtable.hbase.BigtableTable.get(BigtableTable.java:253)
... 38 common frames omitted
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Reactions: 1
- Comments: 21 (20 by maintainers)
Commits related to this issue
- Fixing ValueFilterAdapter for empty values. This should fix #1456. — committed to sduskis/cloud-bigtable-client by sduskis 7 years ago
- Fixing ValueFilterAdapter for empty values. (#1465) This should fix #1456. — committed to googleapis/java-bigtable-hbase by sduskis 7 years ago
- chore: skip formatting generated samples (#1456) Source-Link: https://github.com/googleapis/synthtool/commit/625c20e6b9e195986595e56f60cba04e99c1951a Post-Processor: gcr.io/cloud-devrel-public-resour... — committed to googleapis/java-bigtable-hbase by gcf-owl-bot[bot] 2 years ago
I’m aiming to get it out by Wednesday