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

Multithread issue when connecting to MySQL #2

Open
bohanjason opened this issue Apr 18, 2021 · 0 comments
Open

Multithread issue when connecting to MySQL #2

bohanjason opened this issue Apr 18, 2021 · 0 comments
Assignees

Comments

@bohanjason
Copy link

bohanjason commented Apr 18, 2021

It has multithread issue when connecting to MySQL. It is likely to hang for some time (around 2 mins) when connecting to MySQL in a multithread environment. It should be fine if there are few SQL errors when replaying workload because it will only connect to the database at the beginning. However, if more SQL errors occur, it will disconnect to the database and reconnect frequently. It will be an issue because frequently connecting to the database takes long time

@bohanjason bohanjason self-assigned this Apr 18, 2021
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

1 participant