Coordinate distributed systems.
9b81673302
While iterating over the acquired lock list we do not want the lock.release call to mutate the list that we are currently iterating over. To fix this just iterate over a copy instead so that the lock.release can remove without issue. Change-Id: I157331ca116b97e17d10854b5227ac7ee67fac57 |
||
---|---|---|
doc/source | ||
examples | ||
tooz | ||
.gitignore | ||
.gitreview | ||
.testr.conf | ||
LICENSE | ||
openstack-common.conf | ||
README.rst | ||
requirements.txt | ||
setup-test-env.sh | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
tooz
The Tooz project aims at centralizing the most common distributed primitives like group membership protocol, lock service and leader election by providing a coordination API helping developers to build distributed applications.