-
Notifications
You must be signed in to change notification settings - Fork 86
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
Freeze: Formatting message with Soap message takes to long time, skipping this formatter #596
Comments
Can you append a example Logfile with a working parser? |
@donatelloOo it would be very helpful to get the steps for reproducing this issue so that we can get it fixed. |
I am reproducing it using OLV 1.4.15 with Socket Listener + Log4j2 Json Parser.
|
I created a spring boot application with a socket appender
In the application i log a soap message:
for me it works fine. I use the version 1.4.18. Did you have very big soap messages? |
Actually the issue happened on standard messages. |
I cannot reproduce it. I have generate 20000 Messages in a second with and without soap. I see no internal log entries. The formatting of messages took 2ms - 160ms. Sorry with no logfiles or samples I cannot help you. |
Ok. I will try to setup a reproducer / capture the data. |
This Soap Message formatter is freezing the whole app, related message can be shown in internal logs.
Formatting message with Soap message takes to long time, skipping this formatter
Disabling it is indeed solving the freeze issue
The text was updated successfully, but these errors were encountered: