Todd Lipcon has submitted this change and it was merged. 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 Reviewed-on: http://gerrit.cloudera.org:8080/4762 Tested-by: Kudu Jenkins Reviewed-by: Alexey Serbin <[email protected]> Reviewed-by: Dan Burkert <[email protected]> --- M src/kudu/rpc/sasl_common.cc 1 file changed, 23 insertions(+), 0 deletions(-) Approvals: Dan Burkert: Looks good to me, approved Alexey Serbin: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/4762 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I357de7f5df86d1663440b53cef715d92bee2cbe2 Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]>
