sandynz commented on PR #22573:
URL: https://github.com/apache/shardingsphere/pull/22573#issuecomment-1333716732
Example exception:
```
Caused by: java.lang.IllegalArgumentException: Can not find value `38` in
binlog event type
at
com.google.common.base.Preconditions.checkArgument(Preconditions.java:190)
at
org.apache.shardingsphere.db.protocol.mysql.constant.MySQLBinlogEventType.valueOf(MySQLBinlogEventType.java:125)
at
org.apache.shardingsphere.data.pipeline.mysql.ingest.client.netty.MySQLBinlogEventPacketDecoder.decodeEvent(MySQLBinlogEventPacketDecoder.java:78)
at
org.apache.shardingsphere.data.pipeline.mysql.ingest.client.netty.MySQLBinlogEventPacketDecoder.decode(MySQLBinlogEventPacketDecoder.java:72)
at
io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:529)
at
io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:468)
... 25 common frames omitted
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]