Bikramjeet Vig has posted comments on this change. ( http://gerrit.cloudera.org:8080/12973 )
Change subject: IMPALA-8401: SIGRTMIN initiates the graceful shutdown process ...................................................................... Patch Set 2: (1 comment) http://gerrit.cloudera.org:8080/#/c/12973/2/be/src/common/init.cc File be/src/common/init.cc: http://gerrit.cloudera.org:8080/#/c/12973/2/be/src/common/init.cc@190 PS2, Line 190: if (ExecEnv::GetInstance() == nullptr > It looks like these should never be null, right? Given the callsite. I was Yup thats exactly why i had put it as i was initially planning to start the thread at the beginning of main(). Will add that as a pre condition to calling this and move it to a dcheck as you suggested. -- To view, visit http://gerrit.cloudera.org:8080/12973 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I521ffd7526ac9a8a5c4996994eb68d6a855aef86 Gerrit-Change-Number: 12973 Gerrit-PatchSet: 2 Gerrit-Owner: Bikramjeet Vig <[email protected]> Gerrit-Reviewer: Bikramjeet Vig <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Lars Volker <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]> Gerrit-Comment-Date: Fri, 12 Apr 2019 17:08:14 +0000 Gerrit-HasComments: Yes
