Henry Robinson has submitted this change and it was merged. Change subject: IMPALA-5670: Misc. tidying of ExecEnv ......................................................................
IMPALA-5670: Misc. tidying of ExecEnv * Remove duplicated c'tor code for ExecEnv() and delegate it onto 6-argument c'tor. * Make some RM-related flags hidden * Remove unused and untested 'use_statestore' branch in ExecEnv which created a scheduler with static hosts rather than those sent by the statestore. * Remove corresponding scheduler c'tor to handle the above path. * Remove unused 'use_statestore' parameter from InProcessImpalaServer::StartAsBackendOnly() and InProcessImpalaServer::StartWithClientServers(). Change-Id: I3886bc0edfae0c65c302e1a1812632e60668cd4c Reviewed-on: http://gerrit.cloudera.org:8080/7445 Tested-by: Impala Public Jenkins Reviewed-by: Henry Robinson <[email protected]> --- M be/src/exprs/expr-test.cc M be/src/runtime/exec-env.cc M be/src/runtime/exec-env.h M be/src/scheduling/scheduler.cc M be/src/scheduling/scheduler.h M be/src/service/impalad-main.cc M be/src/service/session-expiry-test.cc M be/src/testutil/in-process-servers.cc M be/src/testutil/in-process-servers.h M be/src/testutil/mini-impala-cluster.cc M docs/topics/impala_config_options.xml M docs/topics/impala_upgrading.xml 12 files changed, 71 insertions(+), 178 deletions(-) Approvals: Impala Public Jenkins: Verified Henry Robinson: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/7445 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I3886bc0edfae0c65c302e1a1812632e60668cd4c Gerrit-PatchSet: 7 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Henry Robinson <[email protected]> Gerrit-Reviewer: Henry Robinson <[email protected]> Gerrit-Reviewer: Impala Public Jenkins Gerrit-Reviewer: Michael Ho <[email protected]> Gerrit-Reviewer: Sailesh Mukil <[email protected]>
