Yair Zaslavsky has submitted this change and it was merged.
Change subject: engine: ConcurrentModificationException failing domain/host fail process
......................................................................
engine: ConcurrentModificationException failing domain/host fail process
The following bugs were caused because of trying to iterate over collection and in
the same time (inside an iteration) try to modify it.
In order to solve a bug I removed one of the problematic collections, and move all logic
to work
with one collection
Change-Id: Ie4e401263a6839370c7fccbf77b05d866fc06145
Bug-Url:
https://bugzilla.redhat.com/958095
Bug-Url:
https://bugzilla.redhat.com/958186
Signed-off-by: Michael Kublin <mkublin(a)redhat.com>
---
M
backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/irsbroker/IrsBrokerCommand.java
1 file changed, 36 insertions(+), 53 deletions(-)
Approvals:
Michael Kublin: Verified
Yair Zaslavsky: Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/14496
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ie4e401263a6839370c7fccbf77b05d866fc06145
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Michael Kublin <mkublin(a)redhat.com>
Gerrit-Reviewer: Barak Azulay <bazulay(a)redhat.com>
Gerrit-Reviewer: Michael Kublin <mkublin(a)redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzaslavs(a)redhat.com>