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
I had searched in the issues and found no similar issues.
Environment
Linux (self-host)
What happened
When performing high concurrency testing on the LAF service with JMeter, there exists an HTTP request returning a substantial amount of data, roughly 2MB, which not only slows down responses to other requests but also triggers 502 Bad Gateway errors. However, when this specific request is excluded, both the slow response times and the 502 errors cease to occur. How should we optimize the LAF service to resolve this issue, or what would be the appropriate approach to handle this scenario?
Search before asking
Environment
Linux (self-host)
What happened
When performing high concurrency testing on the LAF service with JMeter, there exists an HTTP request returning a substantial amount of data, roughly 2MB, which not only slows down responses to other requests but also triggers 502 Bad Gateway errors. However, when this specific request is excluded, both the slow response times and the 502 errors cease to occur. How should we optimize the LAF service to resolve this issue, or what would be the appropriate approach to handle this scenario?
使用jmeter高并发请求laf服务,有一个http请求返回的数据量很大,大概2M,这个请求会导致其他的请求的响应变慢且会有502的报错,如果排除这个请求,则没有响应慢的问题也没有502报错,该如何对laf进行调优。或者该怎么处理这个问题?
How to reproduce
1.录制http请求脚本;
2.使用jmeter压测laf服务;
laf服务配置:limit:4c8g;request:2c4g;5副本;
jmeter:20个并发
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: