Alexey Serbin has uploaded this change for review. (
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
---
M python/kudu/client.pyx
1 file changed, 4 insertions(+), 3 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/35/12135/1
--
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: newchange
Gerrit-Change-Id: I1963b6d87d731fbfa87a09b986595aa8ea00da60
Gerrit-Change-Number: 12135
Gerrit-PatchSet: 1
Gerrit-Owner: Alexey Serbin <[email protected]>