-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
PubSub client is missing ABORTED from the list of retryable errors #1241
Labels
api: pubsub
Issues related to the Pub/Sub API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Comments
This would be the necessary change it seems. I'm not in a position to contribute at this moment. |
jeanbza
added
api: pubsub
Issues related to the Pub/Sub API.
status: investigating
The issue is under investigation, which is determined to be non-trivial.
labels
Dec 4, 2018
jeanbza
added
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
and removed
status: investigating
The issue is under investigation, which is determined to be non-trivial.
labels
Dec 4, 2018
I can't remember the events but googleapis/google-cloud-java#2461 suggests pubsub team is OK with it :) |
gopherbot
pushed a commit
that referenced
this issue
Dec 6, 2018
Part 1 of 2 commits related to #1241. Change-Id: I52ba65b31d207cf559c085b00d679eb56533cff3 Reviewed-on: https://code-review.googlesource.com/c/36110 Reviewed-by: kokoro <[email protected]> Reviewed-by: Michael Darakananda <[email protected]>
Pub/Sub now retries aborted. |
Relevant commits: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
api: pubsub
Issues related to the Pub/Sub API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
The PubSub go client seems to have gotten out of sync in terms of the list of retryable errors, comparing with the Java client. It is missing "ABORTED".
Client
PubSub
Describe Your Environment
Ubuntu Docker on GKE
Expected Behavior
Retryable error is retried
Actual Behavior
Process dies
The text was updated successfully, but these errors were encountered: