Alexey Serbin has submitted this change and it was merged. (
http://gerrit.cloudera.org:8080/12135 )
Change subject: [python] handle DisableOpenSSLInitialization() result status
......................................................................
[python] handle DisableOpenSSLInitialization() result status
This patch adds verification for DisableOpenSSLInitialization().
The motivation for this change is two-fold:
a) avoid glitches while initializing the OpenSSL library
by python Kudu client if DisableOpenSSLInitialization()
de facto failed
b) get rid of compilation warnings on unhandled return value
of the DisableOpenSSLInitialization() function
Change-Id: I1963b6d87d731fbfa87a09b986595aa8ea00da60
Reviewed-on: http://gerrit.cloudera.org:8080/12135
Tested-by: Alexey Serbin <[email protected]>
Reviewed-by: Adar Dembo <[email protected]>
---
M python/kudu/client.pyx
1 file changed, 4 insertions(+), 3 deletions(-)
Approvals:
Alexey Serbin: Verified
Adar Dembo: Looks good to me, approved
--
To view, visit http://gerrit.cloudera.org:8080/12135
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I1963b6d87d731fbfa87a09b986595aa8ea00da60
Gerrit-Change-Number: 12135
Gerrit-PatchSet: 2
Gerrit-Owner: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>