Skip to content

New configuration option - replication_threads #2590

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Tracked by #2802 ...
TarantoolBot opened this issue Jan 20, 2022 · 0 comments · Fixed by #3157
Closed
Tracked by #2802 ...

New configuration option - replication_threads #2590

TarantoolBot opened this issue Jan 20, 2022 · 0 comments · Fixed by #3157
Assignees
Labels
feature A new functionality replication [area] Related to Replication server [area] Task relates to Tarantool's server (core) functionality

Comments

@TarantoolBot
Copy link
Collaborator

TarantoolBot commented Jan 20, 2022

Product: Tarantool
Since: 2.10
Root document: https://www.tarantool.io/en/doc/latest/reference/configuration/#replication
SME: @ sergepetrenko

Details

It's now possible to specify how many threads will be spawned to decode
the incoming replication stream.

The default value is '1', meaning a single thread will handle all
incoming replication streams.

You may set the value to anything from 1 to 1000. When there are
multiple replication threads, connections to serve are evenly
distributed between the threads.
Requested by @sergepetrenko in tarantool/tarantool@dacbf70.

@patiencedaur patiencedaur added the feature A new functionality label Jan 24, 2022
@patiencedaur patiencedaur changed the title New configuration option - replication_threads [2pt] New configuration option - replication_threads Jan 24, 2022
@art-dr art-dr added replication [area] Related to Replication server [area] Task relates to Tarantool's server (core) functionality 2sp labels Jan 24, 2022
@art-dr art-dr changed the title [2pt] New configuration option - replication_threads New configuration option - replication_threads Jan 26, 2022
@xuniq xuniq self-assigned this Sep 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new functionality replication [area] Related to Replication server [area] Task relates to Tarantool's server (core) functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants