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

Binlog events are not getting emitted in mysql RDS version:5.6.41 #106

Open
ramaguruprakash opened this issue Jul 27, 2019 · 2 comments
Open

Comments

@ramaguruprakash
Copy link

Hi, I have a mysql RDS replica instance which is configured properly, I am able to do a
SHOW BINARY LOGS and the binlog format is set to ROW. When try to use and get the events in debug mode. The last event I am getting is this
--> ComBinlog {
command: 18,
position: 4,
flags: 0,
serverId: 650931968,
filename: 'mysql-bin-changelog.144390' }
Not getting even the bin log ROTATE event even though i see new binlog files getting emitted. Am I missing any configuration or something on the RDS instance?

@ramaguruprakash
Copy link
Author

Update: Found out that binlog events are flowing only when binlog_checksum is set to crc32 in the parameter group attached to the RDS instance.

@mgttt
Copy link

mgttt commented Nov 21, 2019

@ramaguruprakash may I ask what is the previous value of binlog_checksum before crc32? thanks

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