Skip to content

Clean up mailbox map in mailbox service if a query has finished  #9626

@walterddr

Description

@walterddr
  • mailbox reference will be kept in concurrent hashmap forever
  • if query fails, it doesn't cancel all the mailboxes, but the mailbox receive operator already returned. this means any incoming messages for that specific mailbox receive operator will be buffered in the queue forever.
  • this cannot be a shutdown time clean up as the long running service will keep piling up new mailboxes as requestID grows (they are not reusable)

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