RecommendationService crashes under load-testing - "Request had insufficient authentication scopes." #359
Labels
area/loadgenerator
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Milestone
I am currently using this application to evaluate communication performance between the nodes in Kind. I used the Locust test file located in LoadGenerator but changed to a constant delay of 3 seconds between executing new task. The load-testing was set up with a total of 2000 simulated users with an incremental rate of 2 users per second. When reaching about 1000 simulated users the RecommendationService pod begins to crash. I suspect that when the RecommendationService receives too many request it crashes.
Inspecting the log displays the following error messages:
I'm not sure what to do to solve this problem. I have tried deploying multiple RecommendationService and ProductCatalogService replicas to circumvent this problem, but with no result.
The text was updated successfully, but these errors were encountered: