akka/akka-core
GraphInterpreter should not keep references to shut-down logics
オープン
#23,439 opened on 2017/07/26
1 - triagedhelp wantedt:stream
Repository metrics
- Stars
- (13,277 個のスター)
- PR merge metrics
- (平均マージ 8d 19h) (30d で 10 merged PRs)
説明
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.