From 0e76d38d592fe4d61eaa2a27f7a3602d572d2dec Mon Sep 17 00:00:00 2001 From: Mijamind Date: Tue, 17 Oct 2023 21:56:07 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=AE=89=E8=A3=85=E8=BF=87?= =?UTF-8?q?=E7=A8=8B=E4=B8=ADlibcomm=E7=AB=AF=E5=8F=A3=E5=86=B2=E7=AA=81?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/gspylib/component/Kernel/DN_OLAP/DN_OLAP.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/script/gspylib/component/Kernel/DN_OLAP/DN_OLAP.py b/script/gspylib/component/Kernel/DN_OLAP/DN_OLAP.py index db08fc2..e02953f 100644 --- a/script/gspylib/component/Kernel/DN_OLAP/DN_OLAP.py +++ b/script/gspylib/component/Kernel/DN_OLAP/DN_OLAP.py @@ -225,6 +225,10 @@ 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 + if configItemType == "ConfigInstance": tmp_dn_dict["cstore_buffers"] = "1GB" tmp_dn_dict["max_connections"] = "3000"