Roy Golan has uploaded a new change for review.

Change subject: core: use iterator to avoid ConcurrentModificationException
......................................................................

core: use iterator to avoid ConcurrentModificationException

the logic here iterates a map of network we want to remove and
removes entries of networks the host will fail to remove, because
he doesn't have those in first place.

The implementation is replaces to used a map iterator
so modification while iterating can safely occur.

Change-Id: I6d26e76726f5d1431742db51e18671012b9bfac8
---
M 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/SetupNetworksHelper.java
1 file changed, 6 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/68/2468/1
--
To view, visit http://gerrit.ovirt.org/2468
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6d26e76726f5d1431742db51e18671012b9bfac8
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Roy Golan <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to