bjustin-ibm opened a new issue #195: Do not re-use CouchDB client between processes URL: https://github.com/apache/incubator-openwhisk-package-kafka/issues/195 In a multiprocessing environment, SSL connections cannot readily be shared between processes. As the CouchDB client may use an SSL connection itself, it should not be shared between processes. A fix would be to give Database.py a proper `__init` function and require individual processes to instantiate their own DB client. Additionally, the client should be instantiated as a instance field for all Process subclasses that require it. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
With regards, Apache Git Services
