Seaquel
MySQL error code

MySQL error 3022

MySQL server error 3022 is ER_WARN_OPEN_TEMP_TABLES_MUST_BE_ZERO, reported with SQLSTATE HY000.

This operation may not be safe when the replica has temporary tables. The tables will be kept open until the server restarts or until the tables are deleted by any replicated DROP statement. Suggest to wait until replica_open_temp_tables = 0.
Error3022
NameER_WARN_OPEN_TEMP_TABLES_MUST_BE_ZERO
SQLSTATEHY000
GroupServer errors

Source: MySQL 8.4 Error Reference