-
Notifications
You must be signed in to change notification settings - Fork 1
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
GPL-750 BUG - too high number of threads when generating the positive samples report #161
Comments
I've created a report from uat and checked the threads connected and it seems lighthouse uat does not have this issue. It went up from 2 to 3 threads connected, which it is quite smaller than the digits we get in production around 200 threads connected. |
In addition to the reports, we also open connections in the plates/new endpoint (create_plate_from_barcode) in plates_helper.update_mlwh_with_cog_uk_ids. |
A few things I noted:
|
On mail today at 6:55, DBA confirmed all connections are staying below 400 (with a max set of 500). We are not requested to look into it further. |
Describe the bug
From mail:
Our monitoring system is again warning us that there are more than 300 concurrent connections to MLWH, and as before, this is due to the sudden appearance of a large number (241) connections They appeared at around 11:30, and they have been idle for the past 50 minutes.
RT Ticket Number
If applicable
To Reproduce
Steps to reproduce the behaviour:
show status;
Expected behaviour
The number of max threads is 500 and is shared with everybody using the MLWH database. We should not create 200 threads just for creating a report.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: