Skip to content

rabbit_tracking: Replace a call to mnesia by one to ets#15574

Merged
dumbbell merged 1 commit into
mainfrom
fix-reference-to-mnesia-in-rabbit_tracking
Feb 26, 2026
Merged

rabbit_tracking: Replace a call to mnesia by one to ets#15574
dumbbell merged 1 commit into
mainfrom
fix-reference-to-mnesia-in-rabbit_tracking

Conversation

@dumbbell

Copy link
Copy Markdown
Collaborator

Why

Connection and channel tracking uses ETS. This mnesia:dirty_delete/2 call must be a left-over.

How

Let's replace it by a call to ets:detele/2.

[Why]
Connection and channel tracking uses ETS. This `mnesia:dirty_delete/2`
call must be a left-over.

[How]
Let's replace it by a call to `ets:detele/2`.
@dumbbell dumbbell added this to the 4.3.0 milestone Feb 26, 2026
@dumbbell dumbbell self-assigned this Feb 26, 2026
@dumbbell
dumbbell force-pushed the fix-reference-to-mnesia-in-rabbit_tracking branch from 822b7ea to 65f1bcb Compare February 26, 2026 16:56
@dumbbell
dumbbell marked this pull request as ready for review February 26, 2026 17:14
@dumbbell
dumbbell merged commit 3c8484e into main Feb 26, 2026
366 of 367 checks passed
@dumbbell
dumbbell deleted the fix-reference-to-mnesia-in-rabbit_tracking branch February 26, 2026 17:14
dumbbell added a commit that referenced this pull request Feb 26, 2026
rabbit_tracking: Replace a call to `mnesia` by one to `ets` (backport #15574)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant