This is an automated email from the ASF dual-hosted git repository.

He-Pin pushed a change to branch fix/graph-interpreter-memory-leak
in repository https://gitbox.apache.org/repos/asf/pekko.git


    omit a41451733d fix: address GraphInterpreter retention review comments
    omit 3d0369b13d fix: release references to completed stage logics in 
GraphInterpreter
     add 44316a57f5 fix: release reference to initial interpreter shell after 
it is shut down (#3031)
     add c522cfa626 Update netty-handler, netty-transport to 4.2.16.Final 
(#3307)
     add c65e56f822 Update sbt-boilerplate to 0.8.1 (#3306)
     add 0f76b9a56d fix: release references to completed stage logics in 
GraphInterpreter

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (a41451733d)
            \
             N -- N -- N   refs/heads/fix/graph-interpreter-memory-leak 
(0f76b9a56d)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 project/Dependencies.scala                         |   2 +-
 project/plugins.sbt                                |   2 +-
 .../pekko/stream/impl/GraphStageLogicSpec.scala    |   1 +
 .../impl/fusing/ActorGraphInterpreterSpec.scala    |  59 +++++-
 .../stream/impl/fusing/GraphInterpreterSpec.scala  |  86 ++++----
 .../stream/impl/fusing/ActorGraphInterpreter.scala |   7 +-
 .../stream/impl/fusing/GraphInterpreter.scala      | 217 ++++++++-------------
 7 files changed, 175 insertions(+), 199 deletions(-)


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

Reply via email to