Change in ovirt-engine-sdk[master]: Lock the wait method for multithreaded execution

Code Review gerrit at ovirt.org
Thu May 11 13:20:09 UTC 2017


>From Ondra Machacek <omachace at redhat.com>:

Ondra Machacek has submitted this change and it was merged.

Change subject: Lock the wait method for multithreaded execution
......................................................................


Lock the wait method for multithreaded execution

Recently introduced asynchronous support for Python SDK introduced
wait method, which are sending request via cURL library. This method
needs to be locked while executing with same lock as 'send' method,
as the CurlMutli can't be changed while executing the perform operation.

Change-Id: I4c672b140b61e0d7d9f18f461a6e725a8943af55
Signed-off-by: Ondra Machacek <omachace at redhat.com>
---
M sdk/lib/ovirtsdk4/__init__.py
1 file changed, 4 insertions(+), 0 deletions(-)

Approvals:
  Ondra Machacek: Verified; Looks good to me, approved
  Juan Hernandez: Looks good to me, but someone else must approve
  Jenkins CI: Passed CI tests



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

Gerrit-MessageType: merged
Gerrit-Change-Id: I4c672b140b61e0d7d9f18f461a6e725a8943af55
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-engine-sdk
Gerrit-Branch: master
Gerrit-Owner: Ondra Machacek <omachace at redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Juan Hernandez <juan.hernandez at redhat.com>
Gerrit-Reviewer: Ondra Machacek <omachace at redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation at ovirt.org>


More information about the Engine-commits mailing list