Hello Dan Burkert, Alexey Serbin,
I'd like you to do a code review. Please visit
http://gerrit.cloudera.org:8080/4762
to review the following change.
Change subject: sasl: provide a mutex implementation to cyrus-sasl
......................................................................
sasl: provide a mutex implementation to cyrus-sasl
In looking around the SASL code I found some notes that it is not
inherently thread-safe, unless we provide it a mutex implementation
using sasl_set_mutex(). This does just that.
Change-Id: I357de7f5df86d1663440b53cef715d92bee2cbe2
---
M src/kudu/rpc/sasl_common.cc
1 file changed, 23 insertions(+), 0 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/62/4762/1
--
To view, visit http://gerrit.cloudera.org:8080/4762
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I357de7f5df86d1663440b53cef715d92bee2cbe2
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Todd Lipcon <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Dan Burkert <[email protected]>