From 993c556000a414011626770540678948f16eaa9e Mon Sep 17 00:00:00 2001
From: lichao <lichao@aiotlink.com>
Date: 星期三, 02 六月 2021 17:40:50 +0800
Subject: [PATCH] center restart with new shm; set center node ssn.

---
 utest/api_test.cpp |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/utest/api_test.cpp b/utest/api_test.cpp
index bddcbf7..fc1ad08 100644
--- a/utest/api_test.cpp
+++ b/utest/api_test.cpp
@@ -235,8 +235,9 @@
 		printf("query with ip set\n");
 		host.set_ip("127.0.0.1");
 		host.set_port(kBHCenterPort);
-		host.set_mq_id(1000011);
-		host.set_abs_addr(10296);
+		// center topic node address.
+		host.set_mq_id(201);
+		host.set_abs_addr(10072);
 
 		std::string dest(host.SerializeAsString());
 		void *proc_id = 0;

--
Gitblit v1.8.0