pubsub: memory leak #4978
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.
triaged for GA
Pubsub
alpine 3.6
python --version
3.6.1
pip show google-cloud
,pip show google-<service>
orpip freeze
Stick code provided below on a k8s pod, spam pubsub with messages, watch memory eventually top out at 2.5G and crash the pod.
https://gist.github.com/jadekler/99524a3a8425c45e9299948032dd4e71
(pink is python, green is go - python crashes the pod at 2.5gb, go continues at around 30mb as expected)
The text was updated successfully, but these errors were encountered: