You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
An error rate gets occurred in perf test done for the h1_h1 scenario, under high load (1000 concurrency, 50 or 1024 bytes payload). The test was run for 10 mins in 3 different machines for JMeter, Ballerina passthrough and Netty echo backend. But roughly an hour after stopping the test, OOM was occurred at Ballerina passthrough service.
Request failures can be seen with the following errors.
[2019-02-25 13:05:39,563] WARN {io.netty.channel.DefaultChannelPipeline} - An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception.
io.netty.handler.codec.DecoderException: javax.net.ssl.SSLException: Received close_notify during handshake
[2019-02-25 13:26:10,471] WARN {io.netty.channel.ChannelInitializer} - Failed to initialize a channel. Closing: [id: 0xc6ae626e]
java.lang.OutOfMemoryError: GC overhead limit exceeded
ldclakmal
changed the title
[HTTP] An error rate gets occurred in perf test done for h1_h1 scenario
[HTTP] An error rate gets occurred in perf test done for http/1.1 scenario (H1_H1)
Feb 25, 2019
Description:
An error rate gets occurred in perf test done for the h1_h1 scenario, under high load (1000 concurrency, 50 or 1024 bytes payload). The test was run for 10 mins in 3 different machines for JMeter, Ballerina passthrough and Netty echo backend. But roughly an hour after stopping the test, OOM was occurred at Ballerina passthrough service.
Request failures can be seen with the following errors.
At JMeter:
At passthrough (h1_h1.bal): internal_log_h1_h1.log
Affected Versions:
0.990.3
The text was updated successfully, but these errors were encountered: