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

Head commit for run:
be509230319db45589bca9a3b7765e78ba367b09 / 虎鸣 <[email protected]>
fix: release completed graph stage references

Motivation:
Completed stage logics remained reachable through connection owners and 
activeStage, while lifecycle cleanup scanned the full interpreter.

Modification:
Track pending finalizations by stage id, release owner and handler references 
per completed stage, preserve stable snapshot endpoint ids, and strengthen 
lifecycle regression coverage.

Result:
Completed fused stages can be collected while neighboring stages remain active 
without changing queued event semantics.

Tests:
- focused GraphInterpreterSpec and GraphStageLogicSpec: 30 passed
- interpreter lifecycle, ports, failure, supervision, and actor matrix: 129 
passed
- sbt +mimaReportBinaryIssues: passed on Scala 2.13.18 and 3.3.8
- sbt +headerCheckAll: passed
- scalafmt --list and git diff --check: passed
- sbt sortImports: not completed; project Scalafix rule failed with 
NoSuchMethodError
- sbt validatePullRequest: not run locally; requested for remote CI

References:
Refs akka/akka-core#23439

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

With regards,
GitHub Actions via GitBox


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

Reply via email to