-
Notifications
You must be signed in to change notification settings - Fork 1.3k
ConcurrentModificationException on load tests #766
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
Comments
@dsukhoroslov, thanks for the report! Please note: Line 37 in d46bdfc
As this implementation of |
Thanks @sjohnr, I see now. But |
Gotcha, that is definitely a valid and interesting case! A couple of resources for you:
|
Yes, so far I increased
this solves the issue with |
Describe the bug
We develop a custom Auth Server, it is based on the spring-authorization-server project, v.0.3.0. In load tests after running 20+ concurrent login sessions I see the following stack trace time to time:
The exception occurs in the InMemoryOAuth2AuthorizationService class, so it should be reproduceable on a clean spring-authorization-server instance, probably.
Thanks, Denis
The text was updated successfully, but these errors were encountered: