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

RECEIVED AN UNKNOWN COMMAND: 30 -- PLEASE REPORT A BUG #3580

Closed
fransguelinckx opened this issue Aug 25, 2021 · 5 comments
Closed

RECEIVED AN UNKNOWN COMMAND: 30 -- PLEASE REPORT A BUG #3580

fransguelinckx opened this issue Aug 25, 2021 · 5 comments

Comments

@fransguelinckx
Copy link

We're using ProxySQL in front of a percona 8.x, 3-node, multi master, sync replication cluster with GTID enabled. The client that is probably causing this error is debezium, which uses the binlog to do CDC (change data capture).
I believe the command that is not supported yet is COM_BINLOG_DUMP_GTID.

@renecannao
Copy link
Contributor

Hi @fransguelinckx .
Thank you for the report.
You are right about your analysis.
For debezium (or other clients streaming binlog) a lot of the features provided by proxysql aren't useful, like multiplexing, query parsing, etc. For this reason I would recommend to configure mysql_users.fast_forward=1 for only the specific user used by debezium.

Thanks

@fransguelinckx
Copy link
Author

We will try that, thank you for the quick response!

@fransguelinckx
Copy link
Author

Worked like a charm, closing this issue. Thanks again!

@rradillen
Copy link

The fast forward limitation of no SSL is a serious issue for us here.

@renecannao
Copy link
Contributor

@rradillen , thank you for your comment.
I think it should have gone to #1459 and not here.
Writing this comment for cross reference.

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

3 participants