Error: F_JZ0A64 WRITE ROWS Event Record Is Expected To Be at Least 18347 Bytes
Issue
Replication fails with the following errors:
F_JZ0A64: The length of the WRITE ROWS (v2) event record is 38 bytes whereas it is expected to be at least 18347 bytes.F_JT1410: The previous error occurred after scanning record 7, which has binary log address binlogs.046153:30570395 and timestamp 2036-04-03T00:30:58-04:00.
Environment
- HVR 6
- Source: MariaDB
- Capture method: DIRECT
- Configuration:
encrypt_binlog = ON
Resolution
To resolve this issue:
- In the HVR UI, edit the Capture action defined on the MariaDB source location.
- Change the Capture_Method property from DIRECT to SQL.
- Run Activate Replication to apply the change.
Cause
This issue occurs when you use the DIRECT capture method with MariaDB binary log encryption enabled (encrypt_binlog = ON), which we don't support.