-
Notifications
You must be signed in to change notification settings - Fork 150
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
Audit logger thread is blocked under high load #399
Comments
yurem
added a commit
that referenced
this issue
Dec 20, 2016
yurem
added a commit
that referenced
this issue
Dec 20, 2016
We inject configuration into bean now |
Next bottleneck would be sendMessage which is implemented in synchronous way while we need to work it in asynchrounous way. E.g. via Blocking queue. |
sendMessage is not synchronous
|
ah, right. Closing for now, we will check it with profiler. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With 200 concurrent threads and enabled audit logger eventually thread is blocked. Audit event must be logged in asynchronous way without blocking current thread.
The text was updated successfully, but these errors were encountered: