akka/akka-core

GraphInterpreter should not keep references to shut-down logics

Aperta

#23.439 aperta il 26 lug 2017

 (0 commenti) (0 reazioni) (0 assegnatari)Scala (3547 fork)batch import
1 - triagedhelp wantedt:stream

Metriche repository

Star
 (13.277 stelle)
Metriche merge PR
 (Merge medio 8g 19h) (10 PR mergiate in 30 g)

Descrizione

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.

Guida contributor