Stephen Sorriaux
Stephen Sorriaux
Hello, I see you are using `gunicorn`, is it configured to use multithreading?
Hi, Can you please share a snippet (code + gunicorn configuration) that would help us understand/reproduce the issue?
Thanks for your time on this, I'm closing this since it was finally added in #666
Hello, Good point. I will check if the change is that straightforward as it seems.
Hello, Looking at the worker information, the running environment is a VM running in GCE infrastructure with, [considering this doc](https://docs.travis-ci.com/user/reference/overview/#virtualisation-environment-vs-operating-system), 7.5GB of RAM. I tried to reproduce the issue locally,...
Hi, Thanks for this issue, I will try to reproduce it.
This is actually due to the new `4lw.commands.whitelist` configuration added in Zookeeper 3.5.3 ([see the docs](https://zookeeper.apache.org/doc/r3.6.1/zookeeperAdmin.html)). By default only `srvr` is whitelisted, but `envi` is required to get the Zookeeper...
Hey @ceache Really sorry for not having check this before :(
Hi, Thanks for this issue. I might not have any time on my side to investigate this problem, but any PR are very welcomed.
@peteboothroyd - you are right, `xlist` is not used anywhere. Maybe we should consider it. - since `selectors` is available on Python 3.4 and beyond, and that Kazoo is compatible...