-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
[Bug] mysql-connector-python-8.2.0 cannot connect to FE #29334
Comments
Hi, can you please share fe.log? Also did you change default port config? 8030 is http config by default. For mysql default is 9030. Code snap shows 8030. Can you please recheck it? |
@Vallishp I've customized the query port in fe.conf, the port is for demonstration, and I've already mentioned that "the older version of mysql-connectory-python works". There is also a tcpdump what happened when mysql-connectory-python-8.2.0 tried to connect doris, please check the last section of the issue report. |
@gavinchou I was able to test with latest master version for Doris. May be can you please check and share fe.log file. From tcpdump connection getting closed. We might get some clue from the fe.log about. |
@Vallishp Thank you for your reply, I tried to reinstall 8.2.0 and cannot reproduce the issue I just reported, that's weird... There may be something wrong that I didn't notice. This issue can be closed. |
hi. |
Search before asking
Version
2.0.3 (or may be all versions of doris)
What's Wrong?
Cannot connect to doris with mysql-connector-python-8.2.0 (install with pip3 by default on macOS ventura)
the following code does not work (I've customized the port in fe.conf)
it throws the following error
however the older version of mysql-connector-python works
What You Expected?
Get connected to doris FE with mysql-connector-python-8.2.0
How to Reproduce?
install with pip3 mysql-connector-python-8.2.0 (by default on macOS ventura)
run the following code
Anything Else?
A tcpdump shows that doris FE ended the connection prematurely
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: