akka/akka-core

GraphInterpreter should not keep references to shut-down logics

Open

#23,439 opened on Jul 26, 2017

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Scala (3,547 forks)batch import
1 - triagedhelp wantedt:stream

Repository metrics

Stars
 (13,277 stars)
PR merge metrics
 (Avg merge 8d 19h) (10 merged PRs in 30d)

Description

When multiple stages are fused, a single alive stage will keep the GraphInterpreter alive and with it references to all already completed GraphStage logics (which may or may not keep a significant amount of memory).

See also #23437.

Contributor guide