[MDEV-4776] FR: Consider showing GTID-based 'until' value in slave status Created: 2013-07-10 Updated: 2014-10-13 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Minor |
| Reporter: | Elena Stepanova | Assignee: | Kristian Nielsen |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | gtid | ||
| Issue Links: |
|
||||||||
| Description |
|
It can be difficult to understand what a slave is waiting for or why it is not replicating something if it replication was started as START SLAVE UNTIL gtid_master_pos – unlike traditional master position, the given list of GTIDs is not shown anywhere (as far as I can tell). Since the list is slave-specific (not global for all slaves as current_pos or binlog_pos or slave_pos are), the good place for it would be in SHOW SLAVE STATUS. Sadly, it seems that MySQL didn't add it, so if we decide that we want it, we'll have to add it and further diverge from MySQL's SHOW SLAVE STATUS output. |
| Comments |
| Comment by Elena Stepanova [ 2014-04-13 ] |
|
On the second thought, maybe it could be shown in the existing Until_Log_Pos field, given that there is also Until_Condition which already shows Gtid, it seems reasonable. |