Groups
Groups
Sign in
Groups
Groups
python-zk
Conversations
About
Send feedback
Help
python-zk
1–30 of 44
Mark all as read
Report group
0 selected
David Wood
9/9/20
Watcher delta
I had expected the watcher to return the change (add, delete) on an individual child, but it appears
unread,
Watcher delta
I had expected the watcher to return the change (add, delete) on an individual child, but it appears
9/9/20
David Wood
2
9/9/20
Single watcher on each node
Actually, the ChildrenWatch function is given the path, but the DataWatch function does not seem to
unread,
Single watcher on each node
Actually, the ChildrenWatch function is given the path, but the DataWatch function does not seem to
9/9/20
Joshua Boniface
2
12/19/19
Alternating tasks between two hosts using Zookeeper locks?
Here's some actual log output from my program - I call the print statements before and after each
unread,
Alternating tasks between two hosts using Zookeeper locks?
Here's some actual log output from my program - I call the print statements before and after each
12/19/19
jayanth kalyanasundaram
8/21/19
Why does kazoo throw a SessionExpiredError when in KeeperState.CONNECTING state?
In: https://github.com/python-zk/kazoo/blob/master/kazoo/client.py#L598 def _call(self, request,
unread,
Why does kazoo throw a SessionExpiredError when in KeeperState.CONNECTING state?
In: https://github.com/python-zk/kazoo/blob/master/kazoo/client.py#L598 def _call(self, request,
8/21/19
Tommy
5/29/19
Connection loss while allocating lock to client?
Hey -- I posted a question on Stackoverflow regarding best practices around lock allocation/
unread,
Connection loss while allocating lock to client?
Hey -- I posted a question on Stackoverflow regarding best practices around lock allocation/
5/29/19
Kevan Rehm
11/18/17
Does kazoo support the ZK "ip" ACL scheme?
Does kazoo support the "ip" scheme when creating ZK ACLs? I can't find it referenced in
unread,
Does kazoo support the ZK "ip" ACL scheme?
Does kazoo support the "ip" scheme when creating ZK ACLs? I can't find it referenced in
11/18/17
Rajeev Kumar
,
Upankar Das
2
6/29/17
SSL support in Kazoo
Hi all, Is SSL support already incorporated in Kazoo ? Is there any plan ? On Wednesday, November 18,
unread,
SSL support in Kazoo
Hi all, Is SSL support already incorporated in Kazoo ? Is there any plan ? On Wednesday, November 18,
6/29/17
fabrice...@gmail.com
1/3/17
connection_retry parameter doesn't seem to do anything
Hello list, I got the following: self.zk = KazooClient(hosts=self.options.zk_hostlist,
unread,
connection_retry parameter doesn't seem to do anything
Hello list, I got the following: self.zk = KazooClient(hosts=self.options.zk_hostlist,
1/3/17
amit mishra
11/9/16
support for variable zk.get_children() or any function in kazoo zookepere API ?
Hi all , for id in data1: value = "/broker/ids/" + id print value #if zk.exists(value):
unread,
support for variable zk.get_children() or any function in kazoo zookepere API ?
Hi all , for id in data1: value = "/broker/ids/" + id print value #if zk.exists(value):
11/9/16
Techy Teck
,
鄙人
2
4/17/16
Watches and Ephemeral node doesn't work when state of zookeeper changes automatically?
Did you get any good idea? I'm confusing with this problem. Thanks. 在 2013年11月24日星期日 UTC+8下午1:18:
unread,
Watches and Ephemeral node doesn't work when state of zookeeper changes automatically?
Did you get any good idea? I'm confusing with this problem. Thanks. 在 2013年11月24日星期日 UTC+8下午1:18:
4/17/16
Paul Groudas
12/8/15
Python - Java cross compatible locks
Hello! We're in the planning stages of implementing distributed locks within our development
unread,
Python - Java cross compatible locks
Hello! We're in the planning stages of implementing distributed locks within our development
12/8/15
Marc Munro
5/25/15
Deletion of watched node causes async exception (demo and sample patch included)
Setting a children watch on a node results in an asynchronous failure if the node is deleted. Since
unread,
Deletion of watched node causes async exception (demo and sample patch included)
Setting a children watch on a node results in an asynchronous failure if the node is deleted. Since
5/25/15
he...@techfolk.co.uk
5/7/15
JOB: senior and lead software and devops engineers needed at ClusterHQ
Dear Zookeeper community, We hope that it's ok so share jobs with the group this proactively, as
unread,
JOB: senior and lead software and devops engineers needed at ClusterHQ
Dear Zookeeper community, We hope that it's ok so share jobs with the group this proactively, as
5/7/15
thomas.c...@gmail.com
, …
柳杨
7
10/21/14
Kazoo problems on Windows 7
could you give me the url of the latest dev code? I can just find that the latest code is V2.0 here:
unread,
Kazoo problems on Windows 7
could you give me the url of the latest dev code? I can just find that the latest code is V2.0 here:
10/21/14
devos
,
Ben Bangert
2
9/23/14
Problem with kazoo and celery
Without looking at the code, its pretty hard to diagnose this situation. It should have stopped,
unread,
Problem with kazoo and celery
Without looking at the code, its pretty hard to diagnose this situation. It should have stopped,
9/23/14
Matt
,
Ben Bangert
5
9/23/14
Kazoo 2.0 ... problems with KazooClient.retry() and add_auth()?
So the ultimate issue was that the old synchronous add_auth() code actually lied. It fired off an
unread,
Kazoo 2.0 ... problems with KazooClient.retry() and add_auth()?
So the ultimate issue was that the old synchronous add_auth() code actually lied. It fired off an
9/23/14
zt Xiong
9/18/14
Please help me understand _watch_predecessor
Hi Everyone I am reading the code of lock.py, Noticed that _watch_predecessor is registered in
unread,
Please help me understand _watch_predecessor
Hi Everyone I am reading the code of lock.py, Noticed that _watch_predecessor is registered in
9/18/14
Joshua Downer
7/18/14
Help understand the SequentialGeventHandler
Hi, I'm looking for a little help in understanding how the async_result is intended to work with
unread,
Help understand the SequentialGeventHandler
Hi, I'm looking for a little help in understanding how the async_result is intended to work with
7/18/14
q4brk
,
Matt Wise
2
7/1/14
Kazoo deadlock with uWSGI and Upstart
Just a quick comment, this has been a long standing issue.. see the note we have in our
unread,
Kazoo deadlock with uWSGI and Upstart
Just a quick comment, this has been a long standing issue.. see the note we have in our
7/1/14
xiaobo lee
5/14/14
KazooClient bug? connection time-out, but not retry another zk server.
My question is that: when client connect to yahoo.com:80, there is a timeout exception was throwed,
unread,
KazooClient bug? connection time-out, but not retry another zk server.
My question is that: when client connect to yahoo.com:80, there is a timeout exception was throwed,
5/14/14
Hanno Schlichting
4/24/14
ANN: Kazoo 2.0 beta 1
Kazoo 2.0 beta 1 has just been released. The release includes a number of minor backwards
unread,
ANN: Kazoo 2.0 beta 1
Kazoo 2.0 beta 1 has just been released. The release includes a number of minor backwards
4/24/14
Thawan Kooburat
4/22/14
Kazoo and SetWatch request
Hi, First of all, kazoo is a great work. The implementation is very clean. I was working on porting
unread,
Kazoo and SetWatch request
Hi, First of all, kazoo is a great work. The implementation is very clean. I was working on porting
4/22/14
Jeroen Hoek
3/7/14
Simple znode content upload/download tool: Mr. Config
Hello, At Lable, our company, we use a ZooKeeper quorum as a central place to store small
unread,
Simple znode content upload/download tool: Mr. Config
Hello, At Lable, our company, we use a ZooKeeper quorum as a central place to store small
3/7/14
compte...@gmail.com
,
Ganesh G Kurup
2
2/28/14
Using kazoo with Zookeeper gives me ImportError: No module named kazoo.client error
I have the same issue but with another library (decorator). Any idea why this happens. Installation
unread,
Using kazoo with Zookeeper gives me ImportError: No module named kazoo.client error
I have the same issue but with another library (decorator). Any idea why this happens. Installation
2/28/14
pat...@dropbox.com
,
Hanno Schlichting
3
2/27/14
kazoo patch to workaround select's file descriptor limitation
This patch only applies to posix based systems (Windows does not support epoll; I guess we should
unread,
kazoo patch to workaround select's file descriptor limitation
This patch only applies to posix based systems (Windows does not support epoll; I guess we should
2/27/14
q4brk
2/11/14
kazoo not retrying properly when the connection times-out?
I'm doing some testing to see how Kazoo is retrying the connections and I noticed the following
unread,
kazoo not retrying properly when the connection times-out?
I'm doing some testing to see how Kazoo is retrying the connections and I noticed the following
2/11/14
compte...@gmail.com
,
Jyrki Pulliainen
3
11/20/13
How to watch for events on the descendant nodes in ZooKeeper using kazoo?
Thanks a lot Jyrki for the suggestion. I recently started working with Python and I don't have
unread,
How to watch for events on the descendant nodes in ZooKeeper using kazoo?
Thanks a lot Jyrki for the suggestion. I recently started working with Python and I don't have
11/20/13
Manish Tomar
10/21/13
Is Kazoo thread-safe?
From looking at the code, it seems that kazoo is thread-safe, ie once a KazooClient object is started
unread,
Is Kazoo thread-safe?
From looking at the code, it seems that kazoo is thread-safe, ie once a KazooClient object is started
10/21/13
Alexander Gryanko
10/4/13
Add timeout for synchronous kazoo.client.KazooClient.get method
I store tasks in ZooKeeper for processing big amount of data. Before processing I need to download
unread,
Add timeout for synchronous kazoo.client.KazooClient.get method
I store tasks in ZooKeeper for processing big amount of data. Before processing I need to download
10/4/13
Mark Gius
,
Hanno Schlichting
2
9/30/13
Handling a dynamic set of zookeeper hosts
Hi. On Fri, Sep 27, 2013, at 0:20, Mark Gius wrote: I'm looking for a supported (or new backdoor)
unread,
Handling a dynamic set of zookeeper hosts
Hi. On Fri, Sep 27, 2013, at 0:20, Mark Gius wrote: I'm looking for a supported (or new backdoor)
9/30/13