Alexander Lapin created IGNITE-16439:
----------------------------------------

             Summary: Validation and proper exception in case of node with 
already exisitng name
                 Key: IGNITE-16439
                 URL: https://issues.apache.org/jira/browse/IGNITE-16439
             Project: Ignite
          Issue Type: Task
            Reporter: Alexander Lapin


ClusterNode#name is used as consistentId
{code:java}
public class ClusterNode implements Serializable {
/** Unique name of member in the cluster. Consistent between restarts. */
private final String name;{code}
Proper validation is required in order to prevent several nodes with same name 
within cluster with corresponding IgniteException in case of duplicate.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to