xk6 load balancing - limit number of connection to one endpoint #170
Labels
No labels
P0
P1
P2
P3
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/xk6-frostfs#170
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Is your feature request related to a problem? Please describe.
When we have "slow" / "bad" node in the list of endpoints (e.g. with broaken disk) this dramatically impact performance of the whole run. In theory round-robin would evenly distribute threads among endpoints but finished thereads again evenly distributed among all nodes (including slow nodes which has "hanging" connections.
In worst case in 2-3 minutes after beginning all threads are running for bad node. other nodes has 0 thereads.
Describe the solution you'd like
This is a part of scenario and should be implemented by a perfomance team cc @mmalygina @a.bogatyrev
Currently, we assign a network address to a worker during initialization, so it should already be fixed in default scenarios. Those slow thread skew results, however.
Regarding statistics: let's research, we can attach tags and metadata to metric samples, need to investigate how will it look in report.