question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Failed to perform operation 'get'

See original GitHub issue

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

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:21 (20 by maintainers)

github_iconTop GitHub Comments

1reaction
sduskiscommented, Jul 18, 2017

I’m aiming to get it out by Wednesday

0reactions
jswcommented, Jul 31, 2017

@sduskis Thanks so much for all the fixes. After several load tests and running in production for several days, I have not seen any of the previous issues yet with 1.0.0-pre2.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Question: Failed to execute GET operation - Boomi Community
I have configured an HTTP Client GET operation to retrieve data from a REST API endpoint. In order to get all of the...
Read more >
"Failed to perform operation:<describe...> You are not ...
I have asked to be given access to a client AWS account, to look up some network constructs (subnets, route tables, LBs, VPCs,...
Read more >
Troubleshoot IAM policy access denied or unauthorized ...
I am trying to perform an action on an AWS resource and I received an "access denied" or "unauthorized operation" error.
Read more >
Failed to perform operation, the store is closed.
In the test output window I get the following : No tests found to run. System.InvalidOperationException: Failed to perform operation, the store is...
Read more >
Unable to perform operation. An unexpected error (0x65b) has ...
Problem: Unable to perform operation. An unexpected error (0x65b) has occurred: Function failed during execution.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found