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

[quoting-service] Quoting service stalls on large concurrent requests/loads #3564

Closed
6 of 7 tasks
kleyow opened this issue Oct 6, 2023 · 0 comments
Closed
6 of 7 tasks
Assignees
Labels
bug Something isn't working or it has wrong behavior on a Mojaloop Core service core-dev-squad pi-22

Comments

@kleyow
Copy link

kleyow commented Oct 6, 2023

Summary:
When the quoting service in the performance test harness is hit with large concurrent requests with 20+ k6s VU's, requests begin to stall and time out.

https://github.com/mojaloop/ml-core-test-harness

  • Investigate primary cause of the issue
  • Investigate why there are table locks
  • Reduce model transaction length by moving transaction start right before it is needed
  • Attempt to solve any issues identified if they are baisc. If this requires a more complex solution then write up those stories.
  • Create quote parties pair in a singular insert
  • Group select in promise.all
  • Clean up the code

Severity:
(Low, Medium, High)

Priority:
(Critical, Medium, Low)

Expected Behavior

Steps to Reproduce
1.
2.
3.

Specifications

  • Component (if known):
  • Version:
  • Platform:
  • Subsystem:
  • Type of testing:
  • Bug found/raised by:

Notes:

  • Severity when opened:
  • Priority when opened:
@kleyow kleyow added bug Something isn't working or it has wrong behavior on a Mojaloop Core service to-be-refined This story is ready to be groomed labels Oct 6, 2023
@PaulGregoryBaker PaulGregoryBaker removed the to-be-refined This story is ready to be groomed label Oct 9, 2023
@JaneS321 JaneS321 added the pi-22 label Oct 9, 2023
@kleyow kleyow closed this as completed Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working or it has wrong behavior on a Mojaloop Core service core-dev-squad pi-22
Projects
None yet
Development

No branches or pull requests

3 participants