vldpyatkov commented on a change in pull request #103:
URL: https://github.com/apache/ignite-3/pull/103#discussion_r620338258
##########
File path:
modules/api/src/main/java/org/apache/ignite/configuration/schemas/network/NetworkConfigurationSchema.java
##########
@@ -23,18 +23,20 @@
import org.apache.ignite.configuration.annotation.Value;
import org.apache.ignite.configuration.storage.ConfigurationType;
-/**
- * Configuration schema for network endpoint subtree.
- */
@ConfigurationRoot(rootName = "network", type = ConfigurationType.LOCAL)
public class NetworkConfigurationSchema {
- /** */
+ /** Uniq local node name. */
+ @Value(hasDefault = true)
+ public String name = "";
Review comment:
I haven't a way how to make a value which would a composition of another
fields.
The reason of this value is we cannot to assign null.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]