summaryrefslogtreecommitdiffstats
path: root/config-proxy
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2020-04-22 14:17:25 +0200
committerGitHub <noreply@github.com>2020-04-22 14:17:25 +0200
commita16e6385b4a4ff240435b7b3acc9c3677cdd551c (patch)
tree4a665e019a01af8ec68cf8fa0bcc2d3881a75c6e /config-proxy
parent61df1c38e0ca751fd0b015fdf5070af7bcaf2d7e (diff)
Revert "Dump stack trace several times if config proxy does not start"
Diffstat (limited to 'config-proxy')
-rwxr-xr-xconfig-proxy/src/main/sh/vespa-config-ctl.sh5
1 files changed, 0 insertions, 5 deletions
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