Abacn commented on code in PR #39465:
URL: https://github.com/apache/beam/pull/39465#discussion_r3798825662


##########
CHANGES.md:
##########
@@ -80,6 +80,9 @@
 
 ## Bugfixes
 
+* Fixed unbounded checkpoint state growth for splittable DoFns that 
self-checkpoint on the portable Flink runner (Java) 
([#27648](https://github.com/apache/beam/issues/27648)).
+* Improved Java pipeline performance by avoiding repeated `DoFn` type 
descriptor resolution when creating cached invokers 
([#39309](https://github.com/apache/beam/issues/39309)).
+* (Python) Fixed a memory leak in Python SDK caused by storing exceptions with 
potentially large stack frames in a cache 
([#39406](https://github.com/apache/beam/issues/39406)).

Review Comment:
   ```suggestion
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to