anjiltech commented on PR #3746: URL: https://github.com/apache/fineract/pull/3746#issuecomment-1942118755
hi @galovics , Regarding Point No. 2 above, It was kept in that format to be able to run a highly concurrent user requests all working across different account numbers at a time (Say 1000 concurrent requests with each request working on different account number at a time). The use CSV config file helps achieving the unique account numbers to be used across different threads. This can be simplified to just create and use account numbers from within the JMeter suite for a relatively lower concurrent user requests. Point 3. The transactions can be performed repetitively. In its current format it expects to clear the data and re-run. By simplifying the format of usage in Point 2, this behavior will change. Point 4. By default both read and write points to same IP and it works against the single instance Fineract without Read/Write seperation. I have added the provision to be able to work with a Read/Write seperated setup, in which case, user can specify a different IP for those two instances. With further simplified version, we can change behavior to overcome the observations you mentioned in 2 and 3 above. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
