From a16e6385b4a4ff240435b7b3acc9c3677cdd551c Mon Sep 17 00:00:00 2001 From: Harald Musum Date: Wed, 22 Apr 2020 14:17:25 +0200 Subject: Revert "Dump stack trace several times if config proxy does not start" --- config-proxy/src/main/sh/vespa-config-ctl.sh | 5 ----- 1 file changed, 5 deletions(-) (limited to 'config-proxy/src') diff --git a/config-proxy/src/main/sh/vespa-config-ctl.sh b/config-proxy/src/main/sh/vespa-config-ctl.sh index 91e4cd39bd2..c6c1afea62c 100755 --- a/config-proxy/src/main/sh/vespa-config-ctl.sh +++ b/config-proxy/src/main/sh/vespa-config-ctl.sh @@ -153,11 +153,6 @@ case $1 in elif ! vespa-ping-configproxy -s $hname then echo "failed to ping config proxy $hname" 1>&2 - # TODO: Dump stack trace for debugging, remove after April 2020 - kill -3 `pgrep -f -n configproxy` - sleep 2 - kill -3 `pgrep -f -n configproxy` - sleep 2 kill -3 `pgrep -f -n configproxy` fi -- cgit v1.2.3