He-Pin commented on code in PR #1622: URL: https://github.com/apache/pekko/pull/1622#discussion_r1894897611
########## stream/src/main/scala/org/apache/pekko/stream/impl/fusing/FlatMapPrefix.scala: ########## @@ -128,8 +129,8 @@ import pekko.util.OptionVal def materializeFlow(): Unit = try { - val prefix = accumulated.toVector - accumulated.clear() + val prefix = builder.result() + builder = null // free for GC Review Comment: There do have leaks in the interpreter, eg the logic is still being refs. I did a try in https://github.com/apache/pekko/pull/1621, which needs changing more code to clean up the logics. -- 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: notifications-unsubscr...@pekko.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org