[
https://issues.apache.org/jira/browse/IGNITE-16439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sergey Chugunov updated IGNITE-16439:
-------------------------------------
Summary: Validation and proper exception in case of node with already
existing name (was: Validation and proper exception in case of node with
already exisitng name)
> Validation and proper exception in case of node with already existing name
> --------------------------------------------------------------------------
>
> Key: IGNITE-16439
> URL: https://issues.apache.org/jira/browse/IGNITE-16439
> Project: Ignite
> Issue Type: Task
> Reporter: Alexander Lapin
> Priority: Major
> Labels: ignite-3
>
> 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)