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

MariaDB replication checks for all channels in multi-channel setup report no data #16766

Open
mrmonkington opened this issue Feb 1, 2024 · 0 comments

Comments

@mrmonkington
Copy link

There does not seem to be a way to collect replication statuses for all replication channels on MariaDB, though the docs/code seems to imply to me that this should be possible (and that it might be possible for MySQL).

Relevant source:

def show_replica_status_query(version, is_mariadb, channel=''):

On MariaDB, you need to use the following form to retrieve replication status for ALL channels in a multi-channel setup:

SHOW ALL REPLICAS STATUS

(as per https://mariadb.com/kb/en/show-replica-status/ )

The current behaviour reports 0 channels. It is possible to monitor a single channel (by specifying the channel name in replication_channel config key.).

@mrmonkington mrmonkington changed the title MariaDB replication checks for multi-channel are incorrect MariaDB replication checks for all channels in multi-channel setup report no data Feb 1, 2024
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

No branches or pull requests

1 participant