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

[Bug]: MySQL connections don't get evicted till after 5 mins #39685

Open
1 task done
sneha122 opened this issue Mar 12, 2025 · 0 comments
Open
1 task done

[Bug]: MySQL connections don't get evicted till after 5 mins #39685

sneha122 opened this issue Mar 12, 2025 · 0 comments
Assignees
Labels
Bug Something isn't working Integrations Pod General Issues related to the Integrations Pod that don't fit into other tags. Integrations Pod Integrations Product Issues related to a specific integration Needs Triaging Needs attention from maintainers to triage Query & Widgets Pod All issues related to Query, JS, Eval, and Widgets

Comments

@sneha122
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

Description

When I create mysql datasource, current max connection pool size is 5, so when query is executed, my database gets flooded with 5 connections and they are not evicted until 5 mins are over. This causes issue when the database is configured with max connections of 10, so if I run 2 queries back to back, my DB gets flooded and I can't execute any queries anymore

Steps To Reproduce

  1. Create MySQL datasource
  2. Create two queries and bind them to widgets
  3. Configure mysql database to have max connections of 10

Public Sample App

No response

Environment

Production

Severity

High (Blocker to building or releasing)

Issue video log

No response

Version

Cloud - v1.63

@sneha122 sneha122 added Bug Something isn't working Needs Triaging Needs attention from maintainers to triage labels Mar 12, 2025
@Nikhil-Nandagopal Nikhil-Nandagopal added High This issue blocks a user from building or impacts a lot of users Production labels Mar 12, 2025
@sneha122 sneha122 added Integrations Product Issues related to a specific integration Integrations Pod General Issues related to the Integrations Pod that don't fit into other tags. Integrations Pod Query & Widgets Pod All issues related to Query, JS, Eval, and Widgets and removed High This issue blocks a user from building or impacts a lot of users Production labels Mar 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Integrations Pod General Issues related to the Integrations Pod that don't fit into other tags. Integrations Pod Integrations Product Issues related to a specific integration Needs Triaging Needs attention from maintainers to triage Query & Widgets Pod All issues related to Query, JS, Eval, and Widgets
Projects
None yet
Development

No branches or pull requests

3 participants