summaryrefslogtreecommitdiffstats
path: root/config-proxy
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2020-04-23 12:08:02 +0200
committerGitHub <noreply@github.com>2020-04-23 12:08:02 +0200
commit94c8ffea1880eb99ebda7291a0edd764dfc61604 (patch)
tree3b61aec8aa2c7095ffe1840da7dd787ad560b635 /config-proxy
parent037e6f58bfa8027ba42f6bf6ab2c671338b70129 (diff)
parenta16e6385b4a4ff240435b7b3acc9c3677cdd551c (diff)
Merge pull request #13017 from vespa-engine/revert-12961-hmusum/create-stack-trace-if-config-proxy-does-not-start-2
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 af66e6d5cc2..bf75b497fea 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