Tim Armstrong has posted comments on this change. Change subject: IMPALA-4410: Safer tear-down of RuntimeState ......................................................................
Patch Set 1: (1 comment) http://gerrit.cloudera.org:8080/#/c/4893/1/be/src/runtime/runtime-state.cc File be/src/runtime/runtime-state.cc: PS1, Line 300: RuntimeState::Close() > Fair point. I'm going to leave TestEnv for now - looking into that code it' The ownership is actually really simple - TestEnv owns the RuntimeStates and destroys them in TestEnv::TearDownQueryStates(). So you could just close them in that function. Maybe the red herring is that TestEnv::query_states_ uses shared_ptr. It could actually be switched to unique_ptr - the ownership is actually exclusive, the code was just written before C++11 support. -- To view, visit http://gerrit.cloudera.org:8080/4893 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ie416e4d57240142bf685385299b749c3a6792c45 Gerrit-PatchSet: 1 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Henry Robinson <[email protected]> Gerrit-Reviewer: Henry Robinson <[email protected]> Gerrit-Reviewer: Sailesh Mukil <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]> Gerrit-HasComments: Yes
