LP #1642754: Collect replication slave information

Description

**Reported in Launchpad by Sveta Smirnova last update 04-08-2017 21:23:01

Currently pt-stalk does not collect replication slave information. Please add support for it.

Before 5.7: SHOW SLAVE STATUS

5.7+:

select * from performance_schema.replication_connection_configuration join performance_schema.replication_applier_configuration using(channel_name);
select * from replication_connection_status;
select * from replication_applier_status join replication_applier_status_by_coordinator using(channel_name);

Environment

None

Smart Checklist

Activity

Show:

lpjirasync January 24, 2018 at 4:55 PM

**Comment from Launchpad by: Carlos Salguero on: 24-02-2017 19:37:08

Yes

lpjirasync January 24, 2018 at 4:55 PM

**Comment from Launchpad by: Sveta Smirnova on: 24-02-2017 12:05:32

Do you run them on server, configured as slave?

lpjirasync January 24, 2018 at 4:55 PM

**Comment from Launchpad by: Carlos Salguero on: 23-02-2017 17:52:31

Those queries are always returning an empty result set in my environment.
Could you provide some configuration option I must enable in order to make them work?

Thanks

Done

Details

Assignee

Reporter

Priority

Smart Checklist

Created January 24, 2018 at 4:54 PM
Updated January 24, 2018 at 4:55 PM
Resolved January 24, 2018 at 4:55 PM