[ 
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)

Reply via email to