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

Failed to parse binlog #8

Open
GoogleCodeExporter opened this issue Apr 3, 2016 · 2 comments
Open

Failed to parse binlog #8

GoogleCodeExporter opened this issue Apr 3, 2016 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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 [email protected] on 6 Dec 2013 at 3:23

@GoogleCodeExporter
Copy link
Author

Did you end up finding a solution to this problem?  I am running into the same 
issue.

Original comment by [email protected] on 5 Apr 2014 at 12:18

@GoogleCodeExporter
Copy link
Author

If mysql's connection is not active over 8 hour,it will automatic shutdown…

Original comment by [email protected] on 3 Dec 2014 at 7:33

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

No branches or pull requests

1 participant