Skip to content

Quorum queue replica Erlang process names can conflict between queues in different virtual hosts #11038

Open
@tvhong-amazon

Description

@tvhong-amazon

Describe the bug

The internal QQ process names are of the form vhost_queue. This could cause issues when vhost and queue names contain underscores.

Reproduction steps

  1. Create a 3.13.0 broker.
  2. Create 2 vhosts called "foo" and "foo_bar"
  3. On vhost "foo", create a QQ called "bar_baz"
  4. On vhost "foo_bar", create a QQ called "baz"
  5. Observe the following error:
image

Expected behavior

User can successfully create both QQs.

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions