You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On June 28th we made some library upgrades to our service.
The upgrade contained a bump of google-cloud-pubsub from 1.115.5 to 1.119.0.
The change caused some of the workloads to crash with OutOfMemoryError.
Not all workloads were affected, the ones affected the most consume from topics with average message size ranging from 10 KiB to 100 KiB.
Investigation:
When taking a heap histogram (with jmap -histio) we noticed significant more com.google.pubsub.v1.PubsubMessage and com.google.protobuf.ByteString$LiteralByteString object when using newer google-cloud-pubsub library version.
Hypothesis: a) Could these long changes have introduced some issue #1022? b) Perhaps a memory leak was introduced?
The text was updated successfully, but these errors were encountered:
Note: we have an ongoing case with GCP PubSub engineering. Creating this issue so we can reference on the PR.
Please run down the following list and make sure you've tried the usual "quick fixes":
If you are still having issues, please include as much information as possible:
Environment details
General, Core, and Other are also allowed as types
Steps to reproduce
See https://gist.github.com/labianchin/368194bae8c3fe09f9a2a3a0e75291c6
Code example
See https://gist.github.com/labianchin/368194bae8c3fe09f9a2a3a0e75291c6
Stack trace
External references such as API reference guides
Any additional information below
On June 28th we made some library upgrades to our service.
The upgrade contained a bump of google-cloud-pubsub from 1.115.5 to 1.119.0.
The change caused some of the workloads to crash with OutOfMemoryError.
Not all workloads were affected, the ones affected the most consume from topics with average message size ranging from 10 KiB to 100 KiB.
Investigation:
When taking a heap histogram (with
jmap -histio
) we noticed significant morecom.google.pubsub.v1.PubsubMessage
andcom.google.protobuf.ByteString$LiteralByteString
object when using newer google-cloud-pubsub library version.Hypothesis: a) Could these long changes have introduced some issue #1022? b) Perhaps a memory leak was introduced?
The text was updated successfully, but these errors were encountered: