This repository was archived by the owner on Mar 29, 2020. It is now read-only.
This repository was archived by the owner on Mar 29, 2020. It is now read-only.
Closed
Description
In an Actor Group Pending Work is incremented whenever a message is enqueued in the mailbox (.../ActorMonitor.scala#L252) but is only decremented once the message is processed (.../ActorMonitor.scala#L268).
In case an Actor of the Actor Group terminates and still has messages in the mailbox/stash it does not decrement (.../ActorMonitor.scala#L272).
Therefore Pending Work is in that case constantly increasing and not reflecting the real number of messages still pending.
The same issue seems to be in Routers.
Metadata
Metadata
Assignees
Labels
No labels