Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/9006 )
Change subject: IMPALA-6268: KerberosOnAndOff/RpcMgrKerberizedTest.MultipleServices failing ...................................................................... IMPALA-6268: KerberosOnAndOff/RpcMgrKerberizedTest.MultipleServices failing On systems that have Kerberos 1.11 or earlier, service principals with IP addresses are not supported due to a bug: http://krbdev.mit.edu/rt/Ticket/Display.html?id=7603 Since our BE tests use such principals, they fail on older platforms with the above mentioned kerberos versions. Kudu fixed this by adding a workaround which overrides krb5_realm_override. https://github.com/cloudera/kudu/commit/ba2ae3de4a7c43ff2f5873e822410e066ea99667 However, when we moved Kudu's security library into Impala, we did not add the appropriate build flags that allow it to be used. This patch fixes that. Testing: Verified that the failing test runs successfully on CentOs 6.4 with Kerberos 1.10.3 Change-Id: I60e291e8aa1b59b645b856d33c658471f314c221 Reviewed-on: http://gerrit.cloudera.org:8080/9006 Reviewed-by: Sailesh Mukil <[email protected]> Tested-by: Impala Public Jenkins --- M CMakeLists.txt M be/src/rpc/CMakeLists.txt M be/src/rpc/rpc-mgr-test.cc 3 files changed, 9 insertions(+), 1 deletion(-) Approvals: Sailesh Mukil: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/9006 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I60e291e8aa1b59b645b856d33c658471f314c221 Gerrit-Change-Number: 9006 Gerrit-PatchSet: 5 Gerrit-Owner: Sailesh Mukil <[email protected]> Gerrit-Reviewer: Impala Public Jenkins Gerrit-Reviewer: Michael Ho <[email protected]> Gerrit-Reviewer: Philip Zeyliger <[email protected]> Gerrit-Reviewer: Sailesh Mukil <[email protected]>
