The GitHub Actions job "Nightly Builds" on pekko.git/main has failed.
Run started by GitHub user pjfanning (triggered by pjfanning).

Head commit for run:
73668deae923ba46ba1ce875f2a514a72b71cfb4 / He-Pin(kerr) <[email protected]>
Improve subscriber timeout error: use SubscriptionTimeoutException instead of 
AbruptTerminationException (#2645) (#2727)

When subscriber-timeout fires on a FanoutProcessor with CancelTermination mode,
the actor now calls fail() with a SubscriptionTimeoutException instead of 
directly
calling context.stop(self). This provides a clear error message ('Subscription
timeout expired, no subscriber attached') rather than a generic
'Processor actor terminated abruptly' from AbruptTerminationException.

A warning log is also emitted when the timeout fires.

References: https://github.com/apache/pekko/issues/2645

Co-authored-by: Copilot <[email protected]>

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

With regards,
GitHub Actions via GitBox


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

Reply via email to