Skip to content

deprecate configuration option replication_connect_quorum #3642

@gmoshkin

Description

@gmoshkin

Product: Tarantool
Since:
Root document:

SME: @ sergepetrenko

Details

The newly added box.cfg.bootstrap_strategy = "legacy" option is based on the value of replication_connect_quorum, which implies that users should specify it. But if you specify both these options, e.g.

box.cfg { bootstrap_strategy = "legacy", replication_connect_quorum = 2 }

A warning is logged saying

Deprecated option replication_connect_quorum, please use bootstrap_strategy instead

Nowhere in the docs it says that bootstrap_strategy = "legacy" is deprecated, so it shouldn't be printing this warning.

Upd by @sergepetrenko:
Let's state in the doc that both botstrap_strategy = "legacy" and replication_connect_quorum are deprecated.

Metadata

Metadata

Assignees

Labels

deprecation[nature] Deprecated functionalityfactual errorFactual error in functionality descriptionreplication[area] Related to Replication

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions