Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/14614 )
Change subject: IMPALA-9116: KUDU-2989. Work around SASL bug when FQDN is >=64 characters ...................................................................... IMPALA-9116: KUDU-2989. Work around SASL bug when FQDN is >=64 characters This adds a workaround for an upstream SASL bug which is triggered when the FQDN has more than 64 characters. In this case, SASL would truncate the FQDN and not be able to find the relevant keytab. The workaround simply uses our own code to determine the FQDN. Change-Id: I9f05f70915ed20c97efd0ae7295b181a010cf0f6 Change-Id: I4898814f2f7ab87151798336414dde7078d28a4a Reviewed-on: http://gerrit.cloudera.org:8080/14609 Reviewed-by: Anurag Mantripragada <[email protected]> Reviewed-by: Adar Dembo <[email protected]> Tested-by: Kudu Jenkins Reviewed-on: http://gerrit.cloudera.org:8080/14614 Reviewed-by: Todd Lipcon <[email protected]> Reviewed-by: Michael Ho <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M be/src/kudu/rpc/server_negotiation.cc 1 file changed, 14 insertions(+), 1 deletion(-) Approvals: Todd Lipcon: Looks good to me, approved Michael Ho: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/14614 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I4898814f2f7ab87151798336414dde7078d28a4a Gerrit-Change-Number: 14614 Gerrit-PatchSet: 2 Gerrit-Owner: Anurag Mantripragada <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Michael Ho <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]>
