You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps did you take and what happened:
katib-db-manager report metric to mysql use db.Prepare, but it's not close the statement , this will casue statement of mysql reach max_prepared_stmt_count when much katib experiement was been submited.
What did you expect to happen:
close the statement when db.exec end