Fix cfg-networking-net-msg-max
Nobody has claimed this yet.
- Dominant language
- CSS
- Stars
- 15
- Forks
- 49
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 3
Description
Product: Tarantool
Root document: https://www.tarantool.io/en/doc/latest/reference/configuration/#cfg-networking-net-msg-max
SME: @ locker @ Gerold103 @ Totktonada
Details
What's wrong?
To handle messages, Tarantool allocates fibers. To prevent fiber overhead from affecting the whole system, Tarantool restricts how many messages the fibers handle, so that some pending requests are blocked.
Дока недостаточно четко отвечает на следующие вопросы:
- Что именно ограничивает параметр net_msg_max? Число файберов?
- Какие именно messages имеются в виду? Это сообщения на уровне бинарного протокола iproto_call / iproto_select или кто?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked net_msg_max section in the Tarantool configuration documentation. Determine from the issue and available project guidance what the setting limits and which messages it covers, then update the section so those questions are answered clearly. Done means the documentation explicitly explains both points.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation, networking
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100