From b7c5bc3b12b145dc550b2759dc938a9aab7a0522 Mon Sep 17 00:00:00 2001 From: Mijamind Date: Thu, 19 Oct 2023 09:12:15 +0800 Subject: [PATCH] =?UTF-8?q?libcomm=E7=AB=AF=E5=8F=A3=E5=9C=A8om=E5=AE=89?= =?UTF-8?q?=E8=A3=85=E8=84=9A=E6=9C=AC=E4=B8=AD=E6=98=BE=E5=BC=8F=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=20=E4=B8=BAbase=5Fport=E7=9A=84+30/+40?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/gspylib/component/Kernel/DN_OLAP/DN_OLAP.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/script/gspylib/component/Kernel/DN_OLAP/DN_OLAP.py b/script/gspylib/component/Kernel/DN_OLAP/DN_OLAP.py index e02953f..d5e5c0d 100644 --- a/script/gspylib/component/Kernel/DN_OLAP/DN_OLAP.py +++ b/script/gspylib/component/Kernel/DN_OLAP/DN_OLAP.py @@ -225,9 +225,8 @@ class DN_OLAP(Kernel): tmp_dn_dict["local_bind_address"] = "'%s'" % self.instInfo.listenIps[0] tmp_dn_dict["port"] = self.instInfo.port - if self.dss_mode: - tmp_dn_dict["comm_sctp_port"] = self.instInfo.port + 100 - tmp_dn_dict["comm_control_port"] = self.instInfo.port + 200 + tmp_dn_dict["comm_sctp_port"] = self.instInfo.port + 30 + tmp_dn_dict["comm_control_port"] = self.instInfo.port + 40 if configItemType == "ConfigInstance": tmp_dn_dict["cstore_buffers"] = "1GB"