8000 Pending Work not affected by actor termination. · Issue #52 · kamon-io/kamon-akka · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content 10000
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.
Pending Work not affected by actor termination. #52
Closed
@emnify-mkroli

Description

@emnify-mkroli

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0