akka/akka-core
GraphInterpreter should not keep references to shut-down logics
开放
#23,439 创建于 2017年7月26日
1 - triagedhelp wantedt:stream
仓库指标
- 星标
- (13,277 个星标)
- PR 合并指标
- (平均合并 8天 19小时) (30 天内合并 10 个 PR)
描述
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.