Alona Kaplan has posted comments on this change.

Change subject: engine: Extract method of network compliance check
......................................................................


Patch Set 5:

(1 comment)

http://gerrit.ovirt.org/#/c/34563/5/backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/vdsbroker/HostNetworkTopologyPersisterImpl.java
File 
backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/vdsbroker/HostNetworkTopologyPersisterImpl.java:

Line 94: 
Line 95:     private void auditNetworkCompliance(VDS host,
Line 96:             List<VdsNetworkInterface> dbIfaces,
Line 97:             final List<Network> clusterNetworks) {
Line 98:         Map<String, Network> clusterNetworksByName = 
Entities.entitiesByName(clusterNetworks);
Why did you move the final from here to clusterNetworks?
Line 99:         final Collection<Network> dbHostNetworks = 
findNetworksOnInterfaces(dbIfaces, clusterNetworksByName);
Line 100:         logChangedDisplayNetwork(host, dbHostNetworks, dbIfaces);
Line 101:         logUnsynchronizedNetworks(host, clusterNetworksByName);
Line 102:     }


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Iadc66b853055b7237f9dbe78793f53bb20299b04
Gerrit-PatchSet: 5
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Moti Asayag <masa...@redhat.com>
Gerrit-Reviewer: Alona Kaplan <alkap...@redhat.com>
Gerrit-Reviewer: Moti Asayag <masa...@redhat.com>
Gerrit-Reviewer: Yevgeny Zaspitsky <yzasp...@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