alievmirza commented on code in PR #1840:
URL: https://github.com/apache/ignite-3/pull/1840#discussion_r1151522175
##########
modules/api/src/main/java/org/apache/ignite/network/ClusterNode.java:
##########
@@ -56,39 +56,38 @@ public ClusterNode(String id, String name, NetworkAddress
address, @Nullable Nod
/**
* Constructor.
*
- * @param id Local id that changes between restarts.
- * @param name Unique name of a member in a cluster.
+ * @param id Local ID that changes between restarts.
+ * @param name Unique name of a cluster member.
* @param address Node address.
*/
public ClusterNode(String id, String name, NetworkAddress address) {
this.id = id;
this.name = name;
this.address = address;
- this.nodeMetadata = null;
Review Comment:
seems like you have broken the compilation, please check TC
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]