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

NPE in TableMapEvent deserialization continuously #339

Open
talha31093 opened this issue Aug 21, 2021 · 1 comment
Open

NPE in TableMapEvent deserialization continuously #339

talha31093 opened this issue Aug 21, 2021 · 1 comment

Comments

@talha31093
Copy link

TableMapEventMetadataDeserializer.MetadataFieldType.byCode(inputStream.readInteger(1));
inputStream.readInteger(1) gives 12 and hence, field comes as null, which finally gives an NPE.

MetadataFieldType enum doesn't contain a code for 12.
Mysql version: 8.0.23
The Binlog replication fails, even if I move the position to some other file, it still fails with the same error.

We are using mysql-binlog-connector-java 0.20.1 version

Any idea, on why this could be?

@bluebike
Copy link

Note: Nothing happens in this repo any more.
Go to : https://github.com/osheroff/mysql-binlog-connector-java

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

2 participants