Seaquel
MySQL error code

MySQL error 3176

MySQL server error 3176 is ER_ERROR_ON_MODIFYING_GTID_EXECUTED_TABLE, reported with SQLSTATE HY000.

Please do not modify the %s table with an XA transaction. This is an internal system table used to store GTIDs for committed transactions. Although modifying it can lead to an inconsistent GTID state, if necessary you can modify it with a non-XA transaction.
Error3176
NameER_ERROR_ON_MODIFYING_GTID_EXECUTED_TABLE
SQLSTATEHY000
GroupServer errors

Source: MySQL 8.4 Error Reference