tarantool / tarantool/doc

Fix cfg-networking-net-msg-max

Open
#3,452 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

add details reference
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.