Skip to content
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

Replicate x_jms_topic_table Mnesia table (backport #11087) #11091

Merged
merged 1 commit into from
Apr 25, 2024

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented Apr 25, 2024

The x_jms_topic_table Mnesia table must be on all nodes for messages to be published to JMS topic exchanges and routed to topic subscribers.

The table used to be only in RAM on one node, so it would be unavailable when the node was down and empty
when it came back up, losing the state for subscribers still online because connected to other nodes.

Inspired by a similar change for the node maintenance status table in #9005.


This is an automatic backport of pull request #11087 done by Mergify.

The x_jms_topic_table Mnesia table must be on all nodes
for messages to be published to JMS topic exchanges
and routed to topic subscribers.

The table used to be only in RAM on one node, so it would
be unavailable when the node was down and empty
when it came back up, losing the state for subscribers
still online because connected to other nodes.

References #9005

(cherry picked from commit df9fec8)
@michaelklishin michaelklishin added this to the 3.13.2 milestone Apr 25, 2024
@michaelklishin michaelklishin merged commit 75e8bce into v3.13.x Apr 25, 2024
16 checks passed
@michaelklishin michaelklishin deleted the mergify/bp/v3.13.x/pr-11087 branch April 25, 2024 20:25
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.

2 participants