From d2ef07f7e6a434943a718d03558ee92d3a439a29 Mon Sep 17 00:00:00 2001 From: boyce Date: Tue, 29 Oct 2019 14:48:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B5=8B=E8=AF=95=E7=A8=8B?= =?UTF-8?q?=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Test/config/cluster.json | 8 -------- Test/config/nodeconfig.json | 4 ++-- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/Test/config/cluster.json b/Test/config/cluster.json index b81e21a..9ccedf6 100644 --- a/Test/config/cluster.json +++ b/Test/config/cluster.json @@ -38,14 +38,6 @@ "SubNet2_Service1" ], "ClusterNode":["URQ.N_Node1"] - }, - { - "NodeID": 4, - "NodeName": "N_Node4", - "ServiceList": [ - "SubNet2_Service2" - ], - "ClusterNode":[] } ] } diff --git a/Test/config/nodeconfig.json b/Test/config/nodeconfig.json index b48e4e9..2e30e10 100644 --- a/Test/config/nodeconfig.json +++ b/Test/config/nodeconfig.json @@ -32,12 +32,12 @@ }, { "NodeID":2, - "NodeAddr": "127.0.0.1:8082", + "NodeAddr": "127.0.0.1:8082" } , { "NodeID":3, - "NodeAddr": "127.0.0.1:8083", + "NodeAddr": "127.0.0.1:8083" } , {