Hello,
We are using latest MySQL 5.5.x with row statements and we have noticed the
following every now and then:
com.google.code.or.binlog.impl.AbstractBinlogParser - failed to parse binlog
org.apache.commons.lang.exception.NestableRuntimeException:
EOFPacket[packetMarker=254,warningCount=0,serverStatus=2050]
at com.google.code.or.binlog.impl.ReplicationBasedBinlogParser.doParse(ReplicationBasedBinlogParser.java:104)
at com.google.code.or.binlog.impl.AbstractBinlogParser$Task.run(AbstractBinlogParser.java:244)
at java.lang.Thread.run(Thread.java:701)
Is there a possible/known reason that this can be happening?
We are also using the following option:
http://dev.mysql.com/doc/refman/5.5/en/replication-options-binary-log.html#optio
n_mysqld_binlog-row-event-max-size
Is there a possibility that this might be affecting it? We have set it to 5MB.
Any ideas or things to try are welcome.
Thank you for your time
Original issue reported on code.google.com by
alexande...@gmail.comon 6 Dec 2013 at 3:23