I have a replication node that keeps getting stuck. There is no error, it just gets stuck. It is now 2 days behind. There are other replication nodes replicating from the same server and they are not getting stuck.
Here is the output:
show slave status: → Exec_Master_Log_Pos: 277989746
Binlogs:
at 277989715
#231017 17:58:05 server id xxx end_log_pos 277989746 CRC32 0x03570857 Xid = 30752073692
COMMIT/!/;
→ STUCK HERE # at 277989746
#231017 17:58:05 server id xxx end_log_pos 277989811 CRC32 0x326ec1a7 Anonymous_GTID last_committed=302991 sequence_number=302992 rbr_only=yes
/!50718 SET TRANSACTION ISOLATION LEVEL READ COMMITTED//!/;
SET @@SESSION.GTID_NEXT= ‘ANONYMOUS’/!/;
at 277989811
#231017 17:58:05 server id xxx end_log_pos 277989885 CRC32 0x6607991e Query thread_id=28202941 exec_time=0 error_code=0
SET TIMESTAMP=1697579885/!/;
BEGIN
/!/;
at 277989885…
All that is happening for this specific bin log is:
/!50718 SET TRANSACTION ISOLATION LEVEL READ COMMITTED//!/;
SET @@SESSION.GTID_NEXT= ‘ANONYMOUS’/!/;
Any ideas/thoughts/solutions welcome please.
Thanks.