Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mariadb Unknow event type 46 #163

Open
cuongnv84 opened this issue Nov 27, 2024 · 0 comments
Open

Mariadb Unknow event type 46 #163

cuongnv84 opened this issue Nov 27, 2024 · 0 comments

Comments

@cuongnv84
Copy link

We using debezium kafka connect for our app. Sometime we got error Unknow event type 46 (or Unknow event type 116).
We checked mariadb docs but not found any event type like this (https://mariadb.com/kb/en/2-binlog-event-header/)
We build kafka connect image from: FROM confluentinc/cp-kafka-connect:7.2.1 RUN confluent-hub install --no-prompt debezium/debezium-connector-mysql:1.4.0

error
org.apache.kafka.connect.errors.ConnectException: Unknown event type 46 at io.debezium.connector.mysql.AbstractReader.wrap(AbstractReader.java:241) at io.debezium.connector.mysql.AbstractReader.failed(AbstractReader.java:207) at io.debezium.connector.mysql.BinlogReader$ReaderThreadLifecycleListener.onEventDeserializationFailure(BinlogReader.java:1150) at com.github.shyiko.mysql.binlog.BinaryLogClient.listenForEventPackets(BinaryLogClient.java:943) at com.github.shyiko.mysql.binlog.BinaryLogClient.connect(BinaryLogClient.java:594) at com.github.shyiko.mysql.binlog.BinaryLogClient$7.run(BinaryLogClient.java:838) at java.base/java.lang.Thread.run(Thread.java:829) Caused by: java.io.IOException: Unknown event type 46 at com.github.shyiko.mysql.binlog.event.deserialization.EventHeaderV4Deserializer.getEventType(EventHeaderV4Deserializer.java:45) at com.github.shyiko.mysql.binlog.event.deserialization.EventHeaderV4Deserializer.deserialize(EventHeaderV4Deserializer.java:35) at com.github.shyiko.mysql.binlog.event.deserialization.EventHeaderV4Deserializer.deserialize(EventHeaderV4Deserializer.java:27) at com.github.shyiko.mysql.binlog.event.deserialization.EventDeserializer.nextEvent(EventDeserializer.java:213) at io.debezium.connector.mysql.BinlogReader$1.nextEvent(BinlogReader.java:252) at com.github.shyiko.mysql.binlog.BinaryLogClient.listenForEventPackets(BinaryLogClient.java:930) ... 3 more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant