From bf587549571f25a5a1a708d1abf987c9f3917f34 Mon Sep 17 00:00:00 2001 From: Harald Musum Date: Wed, 15 Apr 2020 15:01:28 +0200 Subject: Get java stack trace if config proxy is unable to start --- config-proxy/src/main/sh/vespa-config-ctl.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'config-proxy') diff --git a/config-proxy/src/main/sh/vespa-config-ctl.sh b/config-proxy/src/main/sh/vespa-config-ctl.sh index 4db9e406fa0..c6c1afea62c 100755 --- a/config-proxy/src/main/sh/vespa-config-ctl.sh +++ b/config-proxy/src/main/sh/vespa-config-ctl.sh @@ -153,6 +153,7 @@ case $1 in elif ! vespa-ping-configproxy -s $hname then echo "failed to ping config proxy $hname" 1>&2 + kill -3 `pgrep -f -n configproxy` fi echo "look for reason in vespa.log, last part follows..." 1>&2 -- cgit v1.2.3