Allon Mureinik has posted comments on this change.
Change subject: core: avoid logging in ERROR on cancelled event.
......................................................................
Patch Set 6: Code-Review+1
(1 comment)
....................................................
File
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/InitVdsOnUpCommand.java
Line 197: private boolean connectHostToPool() {
Line 198: final VDS vds = getVds();
Line 199: EventResult result =
Line 200: ((EventQueue)
EjbUtils.findBean(BeanType.EVENTQUEUE_MANAGER,
BeanProxyType.LOCAL)).submitEventSync(new Event(getStoragePool().getId(),
Line 201: null, vds.getId(),
EventType.VDSCONNECTTOPOOL,"Trying to connect host " + vds.getHostName() + "
with id "+ vds.getId()+" to the pool " + getStoragePool().getId()),
please add spaces around the "+" when you rebase, as per the project's code
style.
vds.getId()+" to the pool " -> vds.getId() + " to the pool "
Line 202: new Callable<EventResult>() {
Line 203: @Override
Line 204: public EventResult call() {
Line 205: return
runConnectHostToPoolEvent(getStoragePool().getId(), vds);
--
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: 6
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Liron Ar <[email protected]>
Gerrit-Reviewer: Allon Mureinik <[email protected]>
Gerrit-Reviewer: Liron Ar <[email protected]>
Gerrit-Reviewer: Michael Kublin <[email protected]>
Gerrit-Reviewer: Ravi Nori <[email protected]>
Gerrit-Reviewer: Yair Zaslavsky <[email protected]>
Gerrit-Reviewer: liron aravot <[email protected]>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches