Seaquel
MySQL error code

MySQL error 4072

MySQL server error 4072 is ER_WARN_C_DISABLE_GTID_ONLY_WITH_SOURCE_AUTO_POS_INVALID_POS, reported with SQLSTATE HY000.

The replication positions relative to the source may be out-of-date on channel '%s', due to the use of GTID_ONLY=1. The out-of-date positions can still be used in some cases so, in order to update them, we suggest that you start the replication to receive and apply at least one transaction, which will set the positions to valid values.
Error4072
NameER_WARN_C_DISABLE_GTID_ONLY_WITH_SOURCE_AUTO_POS_INVALID_POS
SQLSTATEHY000
GroupServer errors

Source: MySQL 8.4 Error Reference