Skip to content

Conversation

plamut
Copy link
Contributor

@plamut plamut commented Apr 16, 2020

Fixes #74
Fixes #75.

The google-api-core version 1.17.0 released yesterday causes problems on re-establishing message streams on retryable errors, thus restricting it.

To test, make a fresh installation of the the pubsub client with and without this version pin change, and try to reproduce the issue as described.

Tip: Deadline Exceeded errors can be triggered by temporarily disable internet connection on the local machine, and then re-enable it to see if the stream is re-established.

  • Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

Version 1.17.0 causes problems on re-establishing streams on retryable
errors, thus restricting it.
@plamut plamut requested a review from pradn April 16, 2020 10:46
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Apr 16, 2020
@pradn pradn merged commit 191b051 into googleapis:master Apr 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PubSub: Subscriber keeps failing with 503 Deadlock in streaming_pull_manager and ResumableBidiRpc after receiving 504 deadline exceeded error
3 participants