Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/11871 )
Change subject: IMPALA-6436: exit instead of abort for catalog startup failure ...................................................................... IMPALA-6436: exit instead of abort for catalog startup failure Rename EXIT_WITH_EXC to ABORT_WITH_EXC to make the behaviour more obvious at callsites. Handle exceptions from Catalog constructor by logging the backtrace and exiting cleanly, rather than aborting. This will prevent generation of a coredump or minidump. Testing: Tested starting the catalogd locally without the HMS running and a low connection timeout: start-impala-cluster.py --catalogd_args=--initial_hms_cnxn_timeout_s=2 Confirmed that the backtrace was logged to catalogd.ERROR and that no core or minidump was generated. Change-Id: I4026dccb39843b847426112fc0fe9ba897e48dcc Reviewed-on: http://gerrit.cloudera.org:8080/11871 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M be/src/catalog/catalog.cc M be/src/scheduling/request-pool-service.cc M be/src/service/fe-support.cc M be/src/service/frontend.cc M be/src/util/jni-util.h M be/src/util/logging-support.cc M be/src/util/zip-util.cc 7 files changed, 40 insertions(+), 21 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/11871 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I4026dccb39843b847426112fc0fe9ba897e48dcc Gerrit-Change-Number: 11871 Gerrit-PatchSet: 3 Gerrit-Owner: Tim Armstrong <[email protected]> Gerrit-Reviewer: Bharath Vissapragada <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Philip Zeyliger <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]>
