Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.8.4, 1.9.0
-
None
Description
While executing Fineract API tests at scale with 1000 concurrent users, it was observed that Loan Request APIs (POST on /fineract-provider/api/v1/loans endpoint) are slower. Observed at a rate of 50 TPS against the Savings Deposit and Withdrawal API executing at 2000+ TPS with same configuration of resources.
Opening this issue to debug into the flow of Loan Request code paths to see if there are any locking/synchronization issues at applictaion or Databse query level.