Matthew Jacobs has uploaded a new change for review.

  http://gerrit.cloudera.org:8080/5139

Change subject: IMPALA-4497: Fix Kudu client crash w/ SASL initialization
......................................................................

IMPALA-4497: Fix Kudu client crash w/ SASL initialization

Kudu commit cd40d1c5126d0fd541d95370cdb2998b60f2f82c added a
call to sasl_set_mutex, which ends up in the client process
(Impala). That conflicts with Impala's SASL initialization code
resulting in a crash when the Kudu client is used to
open a connection to Kudu.

Kudu commit f2aeba6c059ea61f9cf8984d3e84d6c27b64d463
provided a method to disable the Kudu client's SASL
initialization to avoid this. This commit calls this method
on process startup.

Testing on kerberized cluster which was previously crashing.

Change-Id: Ic465c31406a6df2753f6cc7481b6b391ed5e671b
---
M be/src/common/init.cc
1 file changed, 6 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/39/5139/1
-- 
To view, visit http://gerrit.cloudera.org:8080/5139
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic465c31406a6df2753f6cc7481b6b391ed5e671b
Gerrit-PatchSet: 1
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-Owner: Matthew Jacobs <m...@cloudera.com>

Reply via email to