You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by "alievmirza (via GitHub)" <gi...@apache.org> on 2023/04/03 07:51:16 UTC

[GitHub] [ignite-3] alievmirza commented on a diff in pull request #1819: IGNITE-18953 Add the ability to set attributes for a node to use them for filtering specific nodes

alievmirza commented on code in PR #1819:
URL: https://github.com/apache/ignite-3/pull/1819#discussion_r1155580041


##########
examples/config/ignite-config.conf:
##########
@@ -1,11 +1,12 @@
-{
-    network: {
-        port: 3344,
-        portRange: 10,
-        nodeFinder: {
-            netClusterNodes: [
-                "localhost:3344"
-            ]
-        }
+network {
+    nodeFinder {
+        netClusterNodes=[
+            "localhost:3344"
+        ]
     }
+    port=3344
+    portRange=10
+}
+nodeAttributes {
+    nodeAttributes="{nodeName:'node1',region:'EU',storage:'SSD',dataRegion:10}"

Review Comment:
   this is not a mandatory field, just an example, anyway, I removed it 



-- 
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: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org