Hi Folks, I noticed that two of my project's streaming pipelines are facing memory leak and OOM errors.
One pipeline is using v2.33 and another is using the latest version v2.41 I saw hundreds of same logs in one of the pipeline. One sample log is in this [pastebin note](https://pastebin.com/xc9JxvZx). I haven’t dug deep into the cause of the OOM but taking a cursory look tells me it’s a problem with the `org.apache.beam.vendor.guava.v26_0_jre` package. I checked the release notes <https://github.com/google/guava/releases> of the newer versions of Guava Library and found that there have been some memory leak fixes in version 28.1 <https://github.com/google/guava/releases/tag/v28.1> and version 30.0 <https://github.com/google/guava/releases/tag/v30.0> Is it possible that Beam is affected by this and beam needs to be upgraded to use a newer version of Guava? Thanks, Shivam Singhal