Details
Description
currently i have 3 node with replication GTID
- server-168 (Master)
- server-99 (Slave)
- server-98 (Slave)
on api maxscale (v1/monitors) we got gtid_current_post at
server-99 = 0-99-60302135,1-168-25979059
and on server-168 = 0-99-60302111,1-168-25979059
my question is whats the paramater is real as gtid_position because we see the different gtid_current_position from maxscale api ?
and i check slave status on server-99 we got
Gtid_IO_Pos: 1-168-25979797,0-99-60302111
this is wrong i read or information from maxscale is wrong ?
thanks
Gtid_IO_Pos is the latest replicated GTID position and gtid_current_pos is the highest GTID position on the current server (replicated from elsewhere or generated on the server itself). You can use this query to check the GTID position on a server: