[#203] Add pool docs #262
No reviewers
Labels
No labels
P0
P1
P2
P3
good first issue
pool
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
4 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-sdk-go#262
Loading…
Reference in a new issue
No description provided.
Delete branch "nzinkevich/frostfs-sdk-go:pool_docs"
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?
744ed4863b
toce8782ffb9
@ -0,0 +5,4 @@
The distribution between nodes in connection pool is based on priority and weight parameters from
NodeParam struct. The distribution model is presented below. On this scheme nodes with the same
priority has the same color.
s/has/have/
(nodes)@ -0,0 +7,4 @@
NodeParam struct. The distribution model is presented below. On this scheme nodes with the same
priority has the same color.
![](./image/pool.png "Pool connections distribution model")
Oh my god, this picture, these arrows, pure aesthetics
@ -0,0 +21,4 @@
## Weights
If there are several nodes with the same priority, then request distribution goes randomly between
request distribution goes
->requests are distributed
ce8782ffb9
to3c00f4eeac