summaryrefslogtreecommitdiffstats
path: root/nova/utils.py
diff options
context:
space:
mode:
authorYun Mao <yunmao@gmail.com>2013-02-11 14:38:57 -0500
committerYun Mao <yunmao@gmail.com>2013-02-11 15:38:44 -0500
commit9ff12a2d7dd165ea0c5cc9778ebd8525baa98dd6 (patch)
treef64b9a1aff08afc608eb65d16a67147cd6019417 /nova/utils.py
parent20424b987946ee56e39f88aed7fddd35c54d7207 (diff)
downloadnova-9ff12a2d7dd165ea0c5cc9778ebd8525baa98dd6.tar.gz
nova-9ff12a2d7dd165ea0c5cc9778ebd8525baa98dd6.tar.xz
nova-9ff12a2d7dd165ea0c5cc9778ebd8525baa98dd6.zip
Remove locking declarator in ServiceGroup __new__()
The lock-based synchronization is not re-entrant, which would introduce a deadlock with the new conductor patch. Because race condition is not be possible in the eventlet threading model with GIL, we simply remove the synchronized declarator. Change-Id: I03e52227385dafd2b2b66bca18cab8445c91f3be
Diffstat (limited to 'nova/utils.py')
0 files changed, 0 insertions, 0 deletions