-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Listing AMQP 1.0 connections causes crashes that are logged #9371
Labels
Comments
lukebakken
added a commit
that referenced
this issue
Sep 12, 2023
Fixes #9371 Moves `pg_local` to `rabbit_common`
lukebakken
added a commit
that referenced
this issue
Sep 12, 2023
Fixes #9371 Moves `pg_local` to `rabbit_common`
lukebakken
added a commit
that referenced
this issue
Sep 12, 2023
Fixes #9371 Moves `pg_local` to `rabbit_common`
lukebakken
added a commit
that referenced
this issue
Sep 12, 2023
Fixes #9371 Moves `pg_local` to `rabbit_common`
lukebakken
added a commit
that referenced
this issue
Sep 12, 2023
Fixes #9371 Moves `pg_local` to `rabbit_common`
lukebakken
added a commit
that referenced
this issue
Sep 12, 2023
Fixes #9371 Since each AMQP 1.0 connection opens several direct AMQP connections, we must assign each direct connection a unique name to prevent multiple entries in the `connection_created_stats` table. Also, use `pg_local` to track AMQP 1.0 connections instead of walking the supervisor trees.
lukebakken
added a commit
that referenced
this issue
Sep 12, 2023
Fixes #9371 Since each AMQP 1.0 connection opens several direct AMQP connections, we must assign each direct connection a unique name to prevent multiple entries in the `connection_created_stats` table. Also, use `pg_local` to track AMQP 1.0 connections instead of walking the supervisor trees.
lukebakken
added a commit
that referenced
this issue
Sep 12, 2023
Fixes #9371 Since each AMQP 1.0 connection opens several direct AMQP connections, we must assign each direct connection a unique name to prevent multiple entries in the `connection_created_stats` table. Also, use `pg_local` to track AMQP 1.0 connections instead of walking the supervisor trees. Nuke authz_backends from connection created event 💥
lukebakken
added a commit
that referenced
this issue
Sep 14, 2023
Fixes #9371 Since each AMQP 1.0 connection opens several direct AMQP connections, we must assign each direct connection a unique name to prevent multiple entries in the `connection_created_stats` table. Also, use `pg_local` to track AMQP 1.0 connections instead of walking the supervisor trees. Nuke authz_backends from connection created event 💥
lukebakken
added a commit
that referenced
this issue
Sep 15, 2023
Fixes #9371 Since each AMQP 1.0 connection opens several direct AMQP connections, we must assign each direct connection a unique name to prevent multiple entries in the `connection_created_stats` table. Also, use `pg_local` to track AMQP 1.0 connections instead of walking the supervisor trees. Nuke authz_backends from connection created event 💥 Fix regex for connection name because UniqueId is part of it now (channel number)
lukebakken
added a commit
that referenced
this issue
Sep 15, 2023
Fixes #9371 Since each AMQP 1.0 connection opens several direct AMQP connections, we must assign each direct connection a unique name to prevent multiple entries in the `connection_created_stats` table. Also, use `pg_local` to track AMQP 1.0 connections instead of walking the supervisor trees. Nuke authz_backends from connection created event 💥 Fix regex for connection name because UniqueId is part of it now (channel number)
mergify bot
pushed a commit
that referenced
this issue
Sep 16, 2023
Fixes #9371 Since each AMQP 1.0 connection opens several direct AMQP connections, we must assign each direct connection a unique name to prevent multiple entries in the `connection_created_stats` table. Also, use `pg_local` to track AMQP 1.0 connections instead of walking the supervisor trees. Nuke authz_backends from connection created event 💥 Fix regex for connection name because UniqueId is part of it now (channel number) (cherry picked from commit c94d22a)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Follow-up to #4238 and #5881
Reproduction steps
rabbitmqctl list_amqp10_connections
Expected behavior
No crashes in the log file.
Additional context
https://vmware.slack.com/archives/C055BSG8E/p1694516973608289
@ansd -
The text was updated successfully, but these errors were encountered: