You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/12/01 12:48:40 UTC

[GitHub] [shardingsphere] sandynz commented on pull request #22573: Refactor MySQLBinlogEventType.valueOf to support unknown event type

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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org