-
Notifications
You must be signed in to change notification settings - Fork 86
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
Bigtable: INTERNAL: HTTP/2 error code: INTERNAL_ERROR Received Rst Stream as a retryable status code #106
Comments
Did this come from Dataflow? If so, which version of grpc was used? |
Not sure if this is dataflow but customer said that this happened during batch jobs using the hbase client 1.11. I'll try to replicate it next week |
I think we should try to remap this to an UNAVAILABLE error so that its similar to the more common gfe reset:
|
Any updates here? |
We haven't been able to reproduce this. So I'm not sure if this should be paved over in the bigable client or if the fix needs to be pushed down to the grpc layer. Is this something you are experiencing? If so, can you offer some details as to when you are experiencing this issue? |
We are experiencing a "goaway", which is mentioned above in a comment. This is after the process has been running for over an hour.
We are performing |
We are facing the same issue as @shikhar with However, I would much appreciate it if there were no errors or at least if the error was more descriptive. I would be more than happy to take some measures to prevent it from happening in our setup but at the moment I am clueless as to what is the cause. |
GOAWAY is a different issue from the "Received rst stream" error. For |
We are still seeing this issue using the latest bigtable library. I can get a list of timestamps and a GCP bigtable instance if that is helpful.
|
Working on a fix for client-core: googleapis/java-bigtable-hbase#3000 |
Long lived connections are sometimes disconnected via a RST frame. These should be handled similar to UNAVAILABLE. Also need to make sure that GOAWAYs are handled similar.
This is the same issue as googleapis/java-bigtable-hbase#2177
The text was updated successfully, but these errors were encountered: