Adar Dembo has submitted this change and it was merged. Change subject: fault_injection: use _exit instead of exit ......................................................................
fault_injection: use _exit instead of exit 80ac8bae335b490c7b75351e6d4c321a58183c73 caused some tests to fail in TSAN due to the atexit handlers running when a process crashed with an injected fault. This switches to using _exit() instead of exit(), which is equivalent except that atexit handlers do not run. Change-Id: I72e30bfa750ace22e1e736e258b3f5720b25a651 Reviewed-on: http://gerrit.cloudera.org:8080/5361 Tested-by: Kudu Jenkins Reviewed-by: Adar Dembo <[email protected]> --- M src/kudu/util/fault_injection.cc 1 file changed, 4 insertions(+), 1 deletion(-) Approvals: Adar Dembo: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/5361 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I72e30bfa750ace22e1e736e258b3f5720b25a651 Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: David Ribeiro Alves <[email protected]> Gerrit-Reviewer: Kudu Jenkins
