Results 5 comments of ThomasK

Maybe this got resolved (at least partially) in https://github.com/python-zk/kazoo/commit/111941371daec00a2ecb5d8c29b9b1d35d6aa4ff ?

Would this be something that maintainers would want to add to Kazoo? Is it feasible at this point in time? I would have an interest in doing the work to...

@rgs1 do you have an idea of the feasibility of supporting containers? how much work do you suppose it is?

Is it possible this is a result of race conditions? Because Kazoo doesn't yet (i think) support Container nodes, it's nice to clean up a lock's parent node: ``` lock.acquire()...

Same race-condition referenced in https://github.com/python-zk/kazoo/issues/329