Details
-
Task
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
Description
Expose something like what BINLOG_COMMIT and BINLOG_GROUP_COMMIT the slave is
seeing from the master in conservative mode (and per-channel). Today, to
monitor parallel replication, User need to get this information from the
master and maps it to the position including lag) of the slave. It would be
great to be able to monitor a slave only by looking at the slave (something
like slave_binlog_commit_master and slave_binlog_group_commit_master global
status would be a 1st start).