Roiocam commented on code in PR #1385:
URL: https://github.com/apache/pekko/pull/1385#discussion_r1663420764
##########
actor/src/main/scala/org/apache/pekko/actor/ActorCell.scala:
##########
@@ -643,7 +643,7 @@ private[pekko] class ActorCell(
def failActor(): Unit =
if (_actor != null) {
clearActorFields(actor, recreate = false)
- setFailedFatally()
+ setFailed(actor.self)
Review Comment:
I am not sure if this change will break other cases or not, I will
investigate later.
relate PR:
- https://github.com/akka/akka/pull/29098/files
- https://github.com/akka/akka/pull/27614/files
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]