Vladislav Pyatkov created IGNITE-23081:
------------------------------------------
Summary: Lease configuration
Key: IGNITE-23081
URL: https://issues.apache.org/jira/browse/IGNITE-23081
Project: Ignite
Issue Type: Improvement
Reporter: Vladislav Pyatkov
h3. Motivation
Lease is a valid interval for the primary replica. Leases are distributed by a
placement driver for a particular period. This period is hardcoded in the lease
updater and cannot be configurable.
Another interval is an interval that is given by the placement driver to a
replica to apply a lease.
{code:java}
LeaseUpdater#LEASE_INTERVAL
LeaseUpdater#longLeaseInterval
{code}
h3. Definition of done
Both intervals have to be configurable through cluster configuration.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)