ibmcb / cbtool

Cloud Rapid Experimentation and Analysis Toolkit
Apache License 2.0
77 stars 49 forks source link

Vermavis/mysql adapter changes #418

Closed vermavis closed 3 years ago

vermavis commented 3 years ago

We found couple of issues related to the recent MySQL changes.

  1. There were race issue involving multiple threads while trying to do DB transactions.
  2. We noticed sometimes there was an unhealthy connection issue leading to mysql connect error.

This PR addressed them.