tooz/tooz
Julien Danjou 62fd552e1e partitioner: do not use hash() to determine object identity
The `hash` method is random on Python 3, so it's not consistent between. Just
use the string representation of the object as a default.

Change-Id: I84e2b19b64dc1641f9758429248dc6b928122b18
Closes-Bug: #1743243
2018-01-18 12:05:41 +01:00
..
drivers Merge "redis: always remove lock from acquired lock when release()ing" 2017-08-23 17:08:12 +00:00
tests Merge "Make sure Lock.heartbeat() returns True/False" 2017-07-05 12:50:16 +00:00
__init__.py Move ToozError to root module 2016-12-07 23:40:35 +01:00
_retry.py coordinator: add join_group_create 2016-11-24 10:25:52 +01:00
coordination.py Use the same default timeout for async result 2017-08-14 10:08:02 +02:00
hashring.py simplify hashring node lookup 2017-04-02 17:45:30 +00:00
locking.py Add shared filelock 2017-03-21 11:27:24 +08:00
partitioner.py partitioner: do not use hash() to determine object identity 2018-01-18 12:05:41 +01:00
utils.py Stop making tooz.utils depending on tooz.coordination 2017-01-01 18:47:16 +01:00