You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by pe...@apache.org on 2022/09/17 16:45:13 UTC

[incubator-linkis] branch dev-1.3.0 updated: [BUG] fix remote-debug-proxy.sh failed due to ps service reduction (#3450)

This is an automated email from the ASF dual-hosted git repository.

peacewong pushed a commit to branch dev-1.3.0
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git


The following commit(s) were added to refs/heads/dev-1.3.0 by this push:
     new 182d394a9 [BUG] fix remote-debug-proxy.sh failed due to ps service reduction (#3450)
182d394a9 is described below

commit 182d394a968f66d1c10aca843054336bd7eb7d9d
Author: Aaron Lin <51...@users.noreply.github.com>
AuthorDate: Sun Sep 18 00:45:07 2022 +0800

    [BUG] fix remote-debug-proxy.sh failed due to ps service reduction (#3450)
---
 linkis-dist/helm/scripts/remote-debug-proxy.sh | 13 ++-----------
 1 file changed, 2 insertions(+), 11 deletions(-)

diff --git a/linkis-dist/helm/scripts/remote-debug-proxy.sh b/linkis-dist/helm/scripts/remote-debug-proxy.sh
index 7115e779c..81606f093 100755
--- a/linkis-dist/helm/scripts/remote-debug-proxy.sh
+++ b/linkis-dist/helm/scripts/remote-debug-proxy.sh
@@ -26,10 +26,7 @@ LINKIS_PORT_MAP_WEB="8087:8087"
 LINKIS_PORT_MAP_MG_EUREKA="5001:5005"
 LINKIS_PORT_MAP_MG_GATEWAY="5002:5005"
 
-LINKIS_PORT_MAP_PS_CS="5003:5005"
 LINKIS_PORT_MAP_PS_PUBLICSERVICE="5004:5005"
-LINKIS_PORT_MAP_PS_METADATAQUERY="5005:5005"
-LINKIS_PORT_MAP_PS_DATASOURCEMANAGER="5006:5005"
 
 LINKIS_PORT_MAP_CG_LINKISMANAGER="5007:5005"
 LINKIS_PORT_MAP_CG_ENTRANCE="5008:5005"
@@ -61,11 +58,8 @@ start_port_forward_all() {
   start_port_forward mg-eureka              ${LINKIS_PORT_MAP_MG_EUREKA}
   start_port_forward mg-gateway             ${LINKIS_PORT_MAP_MG_GATEWAY}
   
-  start_port_forward ps-cs                  ${LINKIS_PORT_MAP_PS_CS}
   start_port_forward ps-publicservice       ${LINKIS_PORT_MAP_PS_PUBLICSERVICE}
-  start_port_forward ps-metadataquery       ${LINKIS_PORT_MAP_PS_METADATAQUERY}
-  start_port_forward ps-data-source-manager ${LINKIS_PORT_MAP_PS_DATASOURCEMANAGER}
-  
+
   start_port_forward cg-linkismanager       ${LINKIS_PORT_MAP_CG_LINKISMANAGER}
   start_port_forward cg-entrance            ${LINKIS_PORT_MAP_CG_ENTRANCE}
   start_port_forward cg-engineconnmanager   ${LINKIS_PORT_MAP_CG_ENGINECONNMANAGER}
@@ -78,11 +72,8 @@ stop_port_forward_all() {
   stop_port_forward mg-eureka              ${LINKIS_PORT_MAP_MG_EUREKA}
   stop_port_forward mg-gateway             ${LINKIS_PORT_MAP_MG_GATEWAY}
   
-  stop_port_forward ps-cs                  ${LINKIS_PORT_MAP_PS_CS}
   stop_port_forward ps-publicservice       ${LINKIS_PORT_MAP_PS_PUBLICSERVICE}
-  stop_port_forward ps-metadataquery       ${LINKIS_PORT_MAP_PS_METADATAQUERY}
-  stop_port_forward ps-data-source-manager ${LINKIS_PORT_MAP_PS_DATASOURCEMANAGER}
-  
+
   stop_port_forward cg-linkismanager       ${LINKIS_PORT_MAP_CG_LINKISMANAGER}
   stop_port_forward cg-entrance            ${LINKIS_PORT_MAP_CG_ENTRANCE}
   stop_port_forward cg-engineconnmanager   ${LINKIS_PORT_MAP_CG_ENGINECONNMANAGER}


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org