Skip to content

feat: unblock Mria when parallel starts#90

Open
qzhuyan wants to merge 1 commit intoemqx-OTP-28.4.1from
dev/william/unblock-mria-start
Open

feat: unblock Mria when parallel starts#90
qzhuyan wants to merge 1 commit intoemqx-OTP-28.4.1from
dev/william/unblock-mria-start

Conversation

@qzhuyan
Copy link
Copy Markdown

@qzhuyan qzhuyan commented Apr 20, 2026

mria_schema and '$mria_rlog_sync' are for internal tables, they use 'null' ext storage but table type is ram_copies. (see mria_mnesia_null_storage).

Without this fix, Mria application may block when it is waiting for the better copies of these tables from other nodes within the cluster.

This fix makes Mria app starts so Mria ops will be possible.

`mria_schema` and '$mria_rlog_sync' are for internal tables, they use
'null' ext storage but table type is ram_copies. (see mria_mnesia_null_storage).

Without this fix, Mria application may block when it is waiting
for the better copies of these tables from other nodes within the cluster.

This fix makes Mria app starts so Mria ops will be possible.
@qzhuyan qzhuyan force-pushed the dev/william/unblock-mria-start branch from 752c125 to 0fd6780 Compare April 20, 2026 14:51
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