[
https://issues.apache.org/jira/browse/IGNITE-24070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Denis Chudov updated IGNITE-24070:
----------------------------------
Description:
*Motivation*
We should be able to create replicas on every node of distribution zone.
REPLICAS is an existing parameter of integer type that specifies the constant
size of a replication group. The proposal is to add one more acceptable value
for this parameter: ALL, meaning that replicas should be created on every data
node of the zone. Effectively, it is syntax sugar for infinitely large number,
making the new replica to be created every time when new data node enters the
zone.
*Definition of done*
There is a replica mode that allows to create replicas on every node of
distribution zone. The corresponding tests are added.
> Improve the distribution zone parameter REPLICAS
> ------------------------------------------------
>
> Key: IGNITE-24070
> URL: https://issues.apache.org/jira/browse/IGNITE-24070
> Project: Ignite
> Issue Type: Improvement
> Reporter: Denis Chudov
> Priority: Major
> Labels: ignite-3
>
> *Motivation*
> We should be able to create replicas on every node of distribution zone.
> REPLICAS is an existing parameter of integer type that specifies the constant
> size of a replication group. The proposal is to add one more acceptable value
> for this parameter: ALL, meaning that replicas should be created on every
> data node of the zone. Effectively, it is syntax sugar for infinitely large
> number, making the new replica to be created every time when new data node
> enters the zone.
> *Definition of done*
> There is a replica mode that allows to create replicas on every node of
> distribution zone. The corresponding tests are added.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)