Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Added Cluster ID and tag properties to identify the cluster
-
Docs Required
Description
To improve cluster management capabilities two new properties of the cluster are introduced:
- A unique cluster ID (may be either a random UUID or random IgniteUUID). Generated upon cluster start and saved to the distributed metastorage. Immutable. Persistent clusters must persist the value. In-memory clusters should keep the generated ID in memory and regenerate it upon restart.
- Human-readable cluster tag. Generated by default to some random (but still meaningful) string, may be changed by user. Again survives restart in persistent clusters and is regenerated in in-memory clusters on every restart.
Attachments
Issue Links
- is related to
-
IGNITE-13185 API to change Cluster Tag and notify about change of Cluster Tag
- Resolved
-
IGNITE-13182 Document Cluster ID and Tag feature
- Open
- links to