Allon Mureinik has posted comments on this change.

Change subject: exporting OvfDataUpdater logic to commands
......................................................................


Patch Set 4:

(1 comment)

Can you reply/address to the comments on patchset #2.

http://gerrit.ovirt.org/#/c/33157/4/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/OvfDataUpdater.java
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/OvfDataUpdater.java:

Line 73:                 log.infoFormat("Attempting to update ovfs in domain in 
Data Center {0}",
Line 74:                         pool.getName());
Line 75: 
Line 76:                 Set<Guid> domainsToUpdate = (Set<Guid>) 
returnValueBase.getActionReturnValue();
Line 77:                 if (domainsToUpdate != null) {
When can a domain be null?
Line 78:                     for (Guid id : domainsToUpdate) {
Line 79:                         performOvfUpdateForDomain(pool.getId(), id);
Line 80:                     }
Line 81:                 }


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I6780aedf2d215d08c4bed0ff4f7520c45f753f66
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Liron Aravot <lara...@redhat.com>
Gerrit-Reviewer: Allon Mureinik <amure...@redhat.com>
Gerrit-Reviewer: Daniel Erez <de...@redhat.com>
Gerrit-Reviewer: Maor Lipchuk <mlipc...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to