Arik Hadas has posted comments on this change.

Change subject: core: simplified memory states removal code
......................................................................


Patch Set 4: (1 inline comment)

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/memory/MemoryImageRemover.java
Line 56: 
Line 57:             Guid guid2 = removeConfImage(guids);
Line 58: 
Line 59:             if (startPollingTasks) {
Line 60:                 if (!Guid.Empty.equals(guid1)) {
yeah, it slipped in into this patch.. should be in the next patch.. I'll move it
Line 61:                     
AsyncTaskManager.getInstance().StartPollingTask(guid1);
Line 62:                 }
Line 63: 
Line 64:                 if (guid2 != null && !Guid.Empty.equals(guid2)) {


-- 
To view, visit http://gerrit.ovirt.org/16827
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ib0b5b9d77458db7c2a7e97fe0d36fd2b8679d20d
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Arik Hadas <aha...@redhat.com>
Gerrit-Reviewer: Arik Hadas <aha...@redhat.com>
Gerrit-Reviewer: Omer Frenkel <ofren...@redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzasl...@redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to