You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Aleksandr Polovtcev (Jira)" <ji...@apache.org> on 2021/07/14 09:36:00 UTC

[jira] [Created] (IGNITE-15119) Use UUID as the ClusterNode ID

Aleksandr Polovtcev created IGNITE-15119:
--------------------------------------------

             Summary: Use UUID as the ClusterNode ID
                 Key: IGNITE-15119
                 URL: https://issues.apache.org/jira/browse/IGNITE-15119
             Project: Ignite
          Issue Type: Task
          Components: networking
            Reporter: Aleksandr Polovtcev
            Assignee: Aleksandr Polovtcev


We currently rely on the ScaleCube's cluster member ID, which is a {{UUID }}converted into a{{ String. }}Since {{UUID}}s have more efficient {{hashCode}} and {{equals}} implementations, it is proposed to convert the ScaleCube's IDs back into {{UUID}}s inside our {{ClusterNode}} class.



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