-
Notifications
You must be signed in to change notification settings - Fork 20
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 reader dirty reads from slave. #13
Comments
hi @kevin0607 If you are referring to the What script are you using to test this? Please keep in mind that if a SELECT is executed before ProxySQL has received the initial OK packet it doesn't know what GTID subset is required e.g.:
Final note - you don't need to compile this, packages are available here: https://github.com/sysown/proxysql_mysqlbinlog/releases |
Hey hi @pondix ,Thanks for the help Here is the script which i'm using to test the consistency reads .which i got from --> https://www.percona.com/blog/2020/02/18/configuring-proxysql-binlog-reader/ Most of the time I'm getting dirty reads , it it because i'm maintaining only single connection through out the script.
|
Hi @renecannao ,
I'm able to setup ubuntu18 version of binlog_reader and followed the steps from link ( https://www.percona.com/blog/2020/02/18/configuring-proxysql-binlog-reader/ ) to check operation of binlog reader .
But i can still see dirty reads while reading from slaves. Is there any more configuration i am missing here .
Here is the stats :
The text was updated successfully, but these errors were encountered: