You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladislav Pyatkov (Jira)" <ji...@apache.org> on 2021/10/19 16:20:00 UTC

[jira] [Updated] (IGNITE-14874) Need to define/Introduce consistent identifier term

     [ https://issues.apache.org/jira/browse/IGNITE-14874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladislav Pyatkov updated IGNITE-14874:
---------------------------------------
    Description: 
Currently, ignite node uses "name" as its primary identifier (along with internal id). Need to get an agreement which term should be used: "name", "instanceName", "consistentId" and update code in accordance with it.

I saw the property ClusterNode#name is using like a consistent id. We are using other term in the network module and CLI :

RecoveryServerHandshakeManager#consistentId
RecoveryClientHandshakeManager#consistentId
HandshakeStartMessageBuilder#consistentId(java.lang.String)
ConnectionManager#consistentId
StopNodeCommandSpec#consistentIds

I’m assuming only one term should stay into after. Also, this change has to apply to documentation(read.me).

  was:Currently, ignite node uses "name" as its primary identifier (along with internal id). Need to get an agreement which term should be used: "name", "instanceName", "consistentId" and update code in accordance with it.


> Need to define/Introduce consistent identifier term
> ---------------------------------------------------
>
>                 Key: IGNITE-14874
>                 URL: https://issues.apache.org/jira/browse/IGNITE-14874
>             Project: Ignite
>          Issue Type: Sub-task
>            Reporter: Vyacheslav Koptilin
>            Priority: Major
>              Labels: ignite-3
>
> Currently, ignite node uses "name" as its primary identifier (along with internal id). Need to get an agreement which term should be used: "name", "instanceName", "consistentId" and update code in accordance with it.
> I saw the property ClusterNode#name is using like a consistent id. We are using other term in the network module and CLI :
> RecoveryServerHandshakeManager#consistentId
> RecoveryClientHandshakeManager#consistentId
> HandshakeStartMessageBuilder#consistentId(java.lang.String)
> ConnectionManager#consistentId
> StopNodeCommandSpec#consistentIds
> I’m assuming only one term should stay into after. Also, this change has to apply to documentation(read.me).



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