Sailesh Mukil has uploaded a new change for review. http://gerrit.cloudera.org:8080/6333
Change subject: IMPALA-5041: AuthManager::Init() is not idempotent ...................................................................... IMPALA-5041: AuthManager::Init() is not idempotent We use a global variable to track the completion of the kerberos environment setup which shouldn't be the case since we would want to re-setup the environment if we call AuthManager::Init() with a different configuration. Also, the global variable 'env_setup_complete_' was used so that we don't set the enviornment twice (once for internal transport and once for external). This patch ensures that it's still the case. Change-Id: I12cc210aa422f077446ea728ebf76921351417b0 --- M be/src/rpc/auth-provider.h M be/src/rpc/authentication.cc M be/src/rpc/authentication.h 3 files changed, 11 insertions(+), 16 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/33/6333/1 -- To view, visit http://gerrit.cloudera.org:8080/6333 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I12cc210aa422f077446ea728ebf76921351417b0 Gerrit-PatchSet: 1 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Sailesh Mukil <[email protected]>
