Pranay Singh has uploaded this change for review. ( http://gerrit.cloudera.org:8080/10847
Change subject: IMPALA-6271: Impala daemon should log a message when it's being shut down ...................................................................... IMPALA-6271: Impala daemon should log a message when it's being shut down Currently Impalad does not have signal handlers, so it's hard to triage issues related to impala crash as to what caused them. This change adds signal handlers that logs the name of the signals encountered. Testing: Used kill to send signals to impalad kill -s SIGTERM <pid of impalad> kill -s SIGQUIT <pid of impalad> kill -s SIGSEGV <pid of impalad> kill -s SIGABRT <pid of impalad> Change-Id: Id20da9e30440b7348557beccb8a0da14775fcc29 --- M be/src/service/impalad-main.cc 1 file changed, 34 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/47/10847/1 -- To view, visit http://gerrit.cloudera.org:8080/10847 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Id20da9e30440b7348557beccb8a0da14775fcc29 Gerrit-Change-Number: 10847 Gerrit-PatchSet: 1 Gerrit-Owner: Pranay Singh