Lars Volker has uploaded a new change for review. http://gerrit.cloudera.org:8080/7631
Change subject: IMPALA-4737: Prevent SIGUSR1 from killing daemons when minidumps are disabled ...................................................................... IMPALA-4737: Prevent SIGUSR1 from killing daemons when minidumps are disabled If a user disabled minidumps before this change, we did not register the signal handler for SIGUSR1 at all. Sending SIGUSR1 to a daemon would subsequently kill it. This change registers a dummy handler to ignore the signal if minidumps are disabled. Change-Id: I13d866a2eec832500131954a7f693c33585ea51e --- M be/src/util/minidump.cc M tests/custom_cluster/test_breakpad.py 2 files changed, 33 insertions(+), 9 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/31/7631/1 -- To view, visit http://gerrit.cloudera.org:8080/7631 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I13d866a2eec832500131954a7f693c33585ea51e Gerrit-PatchSet: 1 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Lars Volker <[email protected]>
