[#203] Add pool docs #262

Merged
fyrchik merged 1 commit from nzinkevich/frostfs-sdk-go:pool_docs into master 2024-08-30 13:44:21 +00:00
Member
No description provided.
nzinkevich added 1 commit 2024-08-29 13:00:37 +00:00
[#203] Add pool docs
Some checks failed
DCO / DCO (pull_request) Failing after 55s
Tests and linters / Tests (1.22) (pull_request) Successful in 1m2s
Tests and linters / Tests (1.23) (pull_request) Successful in 1m1s
Tests and linters / Lint (pull_request) Successful in 1m41s
744ed4863b
nzinkevich requested review from fyrchik 2024-08-29 13:00:59 +00:00
nzinkevich force-pushed pool_docs from 744ed4863b to ce8782ffb9 2024-08-29 13:05:35 +00:00 Compare
fyrchik reviewed 2024-08-29 13:39:47 +00:00
doc/pool.md Outdated
@ -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.
Owner

s/has/have/ (nodes)

`s/has/have/` (nodes)
doc/pool.md Outdated
@ -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")
Owner

Oh my god, this picture, these arrows, pure aesthetics

Oh my god, this picture, these arrows, pure aesthetics
doc/pool.md Outdated
@ -0,0 +21,4 @@
## Weights
If there are several nodes with the same priority, then request distribution goes randomly between
Owner

request distribution goes -> requests are distributed

`request distribution goes` -> `requests are distributed`
nzinkevich force-pushed pool_docs from ce8782ffb9 to 3c00f4eeac 2024-08-30 05:26:06 +00:00 Compare
aarifullin approved these changes 2024-08-30 07:03:02 +00:00
fyrchik approved these changes 2024-08-30 07:25:10 +00:00
dkirillov approved these changes 2024-08-30 12:20:35 +00:00
fyrchik merged commit 3c00f4eeac into master 2024-08-30 13:44:21 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
4 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-sdk-go#262
No description provided.