k6 can run only ~888 VU maximum with 4kb objects against one node of Object storage cluster from load node #42
Labels
bug
Something isn't working
I3
Minimal impact
performance
More of something per second
S4
Routine
U4
Nothing urgent
k6 can run ~888 VU maximum against one node of Object storage cluster (VUs number can vary from run to run)
After that it starts throwing timeout error, find during doing performance test, that prevents us from testing higher number of VUs per cluster node from load node
https://github.com/grafana/k6/blob/46b4847179a8d9f942e92274c438e49ae289507a/core/local/local.go#L145
code: xk6-neofs in native.go "prmDial.SetTimeout(5 * time.Second)"
After increasing timeout, we get other error, seems it hangs after initing 889 VU
We should also need to clarify requirements of how many threads (VUs) we can handle per cluster node.
The text was updated successfully, but these errors were encountered: