PubSub Subscriber fatal error "Can not recv() on an RPC that has never been open()ed" #5849
Labels
api: pubsub
Issues related to the Pub/Sub API.
priority: p1
Important issue which blocks shipping the next release. Will be fixed prior to next release.
release blocking
Required feature/issue must be fixed prior to next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
I'm running google-cloud-pubsub 0.37.2 on python 3.6.6. This code is running on the google cloud container OS. The code runs fine for days at a time, pulling messages from PubSub and processing them, but it occasionally crashes as follows:
First I see the following logging messages:
Then I see this stack trace:
This is followed by the following logging messages:
After this point the application continues to run but it receives no new PubSub messages.
Please advise.
The text was updated successfully, but these errors were encountered: