sunmingqiaa commented on issue #2307: URL: https://github.com/apache/flink-cdc/issues/2307#issuecomment-2911024126
Caused by: com.github.shyiko.mysql.binlog.event.deserialization.EventDataDeserializationException: Failed to deserialize data of EventHeaderV4{timestamp=1748068715000, eventType=EXT_WRITE_ROWS, serverId=440191, headerLength=19, dataLength=189, nextPosition=248713538, flags=0} at com.github.shyiko.mysql.binlog.event.deserialization.EventDeserializer.deserializeEventData(EventDeserializer.java:341) ~[flink-cdc-pipeline-connector-mysql-3.4.0.jar:3.4.0] at com.github.shyiko.mysql.binlog.event.deserialization.EventDeserializer.nextEvent(EventDeserializer.java:244) ~[flink-cdc-pipeline-connector-mysql-3.4.0.jar:3.4.0] at io.debezium.connector.mysql.MySqlStreamingChangeEventSource$1.nextEvent(MySqlStreamingChangeEventSource.java:259) ~[flink-cdc-pipeline-connector-mysql-3.4.0.jar:3.4.0] at com.github.shyiko.mysql.binlog.BinaryLogClient.listenForEventPackets(BinaryLogClient.java:1051) ~[flink-cdc-pipeline-connector-mysql-3.4.0.jar:3.4.0] at com.github.shyiko.mysql.binlog.BinaryLogClient.connect(BinaryLogClient.java:631) ~[flink-cdc-pipeline-connector-mysql-3.4.0.jar:3.4.0] at com.github.shyiko.mysql.binlog.BinaryLogClient$7.run(BinaryLogClient.java:932) ~[flink-cdc-pipeline-connector-mysql-3.4.0.jar:3.4.0] ... 1 more Caused by: java.io.EOFException: Failed to read remaining 12644 of 12649 bytes from position 422887. Block length: 0. Initial block length: 185. at com.github.shyiko.mysql.binlog.io.ByteArrayInputStream.fill(ByteArrayInputStream.java:115) ~[flink-cdc-pipeline-connector-mysql-3.4.0.jar:3.4.0] at com.github.shyiko.mysql.binlog.io.ByteArrayInputStream.read(ByteArrayInputStream.java:105) ~[flink-cdc-pipeline-connector-mysql-3.4.0.jar:3.4.0] 3.4也有这个问题 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org