Issues likeĀ IGNITE-8571 require the ability to store and update some properties consistently on the whole cluster. It is proposed to implement generic way of doing this. Main requirements are:
- read / write / delete;
- surviving node / cluster restart;
- consistency;
- ability to add listeners on changing properties.
First implementation is going to be based on local MetaStorage to guarantee data persistence. Existing MetaStorage API is a subject to change as well.
- is related to
-
IGNITE-11236 Add Distributed Metastorage to the list of IgniteFeatures
-
- Resolved
-
- is required by
-
IGNITE-8717 Move persisted cache configuration to metastore and introduce cache configuration versioning
-
- Open
-
- requires
-
IGNITE-8571 Baseline auto-adjust feature
-
- Resolved
-
- links to
(2 links to)