Seaquel
MySQL error code

MySQL error 1278

MySQL server error 1278 is ER_MISSING_SKIP_REPLICA, reported with SQLSTATE HY000.

It is recommended to use --skip-replica-start when doing step-by-step replication with START REPLICA UNTIL; otherwise, you will get problems if you get an unexpected replica's mysqld restart
Error1278
NameER_MISSING_SKIP_REPLICA
SQLSTATEHY000
GroupServer errors

Source: MySQL 8.4 Error Reference