You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Maxim Muzafarov (Jira)" <ji...@apache.org> on 2019/10/10 12:28:00 UTC

[jira] [Commented] (IGNITE-12111) Cluster ID and tag: properties to identify the cluster

    [ https://issues.apache.org/jira/browse/IGNITE-12111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16948526#comment-16948526 ] 

Maxim Muzafarov commented on IGNITE-12111:
------------------------------------------

[~sergey-chugunov]

Hello, can we move this issue to the next release?

> Cluster ID and tag: properties to identify the cluster
> ------------------------------------------------------
>
>                 Key: IGNITE-12111
>                 URL: https://issues.apache.org/jira/browse/IGNITE-12111
>             Project: Ignite
>          Issue Type: New Feature
>            Reporter: Sergey Chugunov
>            Assignee: Sergey Chugunov
>            Priority: Major
>             Fix For: 2.8
>
>
> 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.
> These properties are exposed to standard APIs:
> # EVT_CLUSTER_TAG_CHANGED event generated when tag is changed by user;
> # JMX bean and control utility APIs to view ID and tag and change tag.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)