The GitHub Actions job "Pull Requests" on 
pekko.git/fix/graph-interpreter-memory-leak has failed.
Run started by GitHub user He-Pin (triggered by He-Pin).

Head commit for run:
c58c59ea07e0b5e87ca408c64343a36d8d0f0f8b / 虎鸣 <[email protected]>
fix: release stage logics in afterStageHasRun and fix test

Address Copilot review feedback:
- Release logics reference in afterStageHasRun() during normal stage
  completion, not only in finish() during interpreter shutdown. This
  ensures completed stage logics can be GC'd while the interpreter
  is still running with other active stages.
- Fix test that used three separate GraphStages.identity[Int] instances
  instead of reusing the same instance registered with the builder.
- Update second test to verify logics are released via afterStageHasRun
  during normal completion, not just via finish().
- Add null guards to inLogicName/outLogicName debug methods.
- Fix toSnapshot to use stageId for indexing instead of logicIndexes map.

Tests:
Not run locally - mechanical test fixes

References:
Refs #1234

Report URL: https://github.com/apache/pekko/actions/runs/27610638622

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to