Comment 24 for bug 1327946

Revision history for this message
Yuriy Taraday (yorik-sar) wrote :

I'm yet to port change request for oslo-incubator to oslo.concurrency and fix some test issues to proceed with this.

For key I use basically (md5(lock_name) % KEY_MAX). It should be good enough given rather tight field of feasible lock names out there (basically [a-z0-9/-]+).

You can see change request at https://review.openstack.org/108954 for details.