Liron Ar has posted comments on this change.

Change subject: core: avoid logging in ERROR on cancelled event.
......................................................................


Patch Set 4: (2 inline comments)

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/InitVdsOnUpCommand.java
Line 152:      */
Line 153:     private boolean connectHostToPool() {
Line 154:         final VDS vds = getVds();
Line 155:         EventResult result =
Line 156:                 ((EventQueue) 
EjbUtils.findBean(BeanType.EVENTQUEUE_MANAGER, 
BeanProxyType.LOCAL)).submitEventSync(new Event(getStoragePool().getId(),
it won't be printed with current code..but if you want i will change it - what 
do you suggest?
Line 157:                         null, vds.getId(), 
EventType.VDSCONNECTTOPOOL, ""),
Line 158:                         new Callable<EventResult>() {
Line 159:                             @Override
Line 160:                             public EventResult call() {


....................................................
File 
backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/irsbroker/IrsBrokerCommand.java
Line 1623: 
Line 1624:         if (masterDomain != null) {
Line 1625:             final Guid masterDomainId = masterDomain.getId();
Line 1626:             ((EventQueue) 
EjbUtils.findBean(BeanType.EVENTQUEUE_MANAGER, 
BeanProxyType.LOCAL)).submitEventAsync(new 
Event(getParameters().getStoragePoolId(),
Line 1627:                     masterDomainId, null, EventType.RECONSTRUCT, 
"IrsBrokerCommand.startReconstruct()"),
Done
Line 1628:                     new Callable<EventResult>() {
Line 1629:                         @Override
Line 1630:                         public EventResult call() {
Line 1631:                             return ResourceManager.getInstance()


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

Gerrit-MessageType: comment
Gerrit-Change-Id: If192b3ccc5f5310de4fd80ca7fb4a7d74d52e1df
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Liron Ar <lara...@redhat.com>
Gerrit-Reviewer: Allon Mureinik <amure...@redhat.com>
Gerrit-Reviewer: Liron Ar <lara...@redhat.com>
Gerrit-Reviewer: Maor Lipchuk <mlipc...@redhat.com>
Gerrit-Reviewer: Michael Kublin <mkub...@redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzasl...@redhat.com>
Gerrit-Reviewer: liron aravot <liron.ara...@gmail.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to