Martin Betak has posted comments on this change.

Change subject: utils: Add @throttle decorator
......................................................................


Patch Set 7:

(1 comment)

https://gerrit.ovirt.org/#/c/47087/7//COMMIT_MSG
Commit Message:

Line 14: * Blocking operations:
Line 15:   where the request waits to obtain specified semaphore, operation 
proceeds and
Line 16:   the semaphore is released
Line 17: 
Line 18: * Non-blocking operations:
> can be dropped now.
Done
Line 19:   where the request returns specified error when semaphore cannot be 
obtained
Line 20:   without blocking and in case it is indeed obtained, it has to be 
released
Line 21:     manually afterwards
Line 22: 


-- 
To view, visit https://gerrit.ovirt.org/47087
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Iab4cf387f77a9b720afb7794e27ed54efa0d3e3c
Gerrit-PatchSet: 7
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Martin Betak <mbe...@redhat.com>
Gerrit-Reviewer: Francesco Romani <from...@redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Martin Betak <mbe...@redhat.com>
Gerrit-Reviewer: Martin Polednik <mpoled...@redhat.com>
Gerrit-Reviewer: Vinzenz Feenstra <vfeen...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-HasComments: Yes
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to