diff --git a/akka-docs/rst/project/migration-guide-2.3.x-2.4.x.rst b/akka-docs/rst/project/migration-guide-2.3.x-2.4.x.rst index a62ba95d20..115c5e3e89 100644 --- a/akka-docs/rst/project/migration-guide-2.3.x-2.4.x.rst +++ b/akka-docs/rst/project/migration-guide-2.3.x-2.4.x.rst @@ -413,6 +413,12 @@ implement it yourself either as a helper trait or simply by overriding ``persist override def persistenceId = self.path.toStringWithoutAddress +Failures +-------- + +Backend journal failures during recovery and persist are treated differently than in 2.3.x. The ``PersitenceFailure`` +message is removed and the actor is unconditionally stopped. The new behavior and reasons for it is explained in +:ref:`failures-scala`. Persist sequence of events --------------------------