gemini-code-assist[bot] commented on code in PR #39407: URL: https://github.com/apache/beam/pull/39407#discussion_r3622969889
########## CHANGES.md: ########## @@ -138,6 +138,7 @@ ## Known Issues * (Java) Projects using the Flink runner with Flink 2.1 or later alongside libraries requiring `org.lz4:lz4-java` (e.g., Kafka clients) may encounter a Gradle capability conflict, because Flink 2.1+ ships `at.yawk.lz4:lz4-java` which declares the same capability. To resolve, add a `capabilitiesResolution` rule to your `build.gradle` that selects `at.yawk.lz4:lz4-java` ([#38947](https://github.com/apache/beam/issues/38947)). +* (Python) Long-running Python pipelines might experience memory growth and periodic OOMs: [#39406](https://github.com/apache/beam/issues/39406). Review Comment:  To maintain consistency with other entries in the "Known Issues" section (such as line 140), please format the issue link using parentheses instead of a colon. Please apply this same formatting update to all other "Known Issues" sections added in this pull request (lines 185, 225, 262, 285, 310, 373, 429, and 478). ```suggestion * (Python) Long-running Python pipelines might experience memory growth and periodic OOMs ([#39406](https://github.com/apache/beam/issues/39406)). ``` -- 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]
