Yair Zaslavsky has submitted this change and it was merged.
Change subject: core: Pollution in engine.log Failed to invoke scheduled method OnTimer
......................................................................
core: Pollution in engine.log Failed to invoke scheduled method OnTimer
When the engine is restarted during addition of new
storage domain the scheduler throws EJBComponentUnavailableException
when the LockManager bean is not available.
This patch adds a dependency between the Scheduler bean
and the LockManager bean.
Change-Id: I080875baa4af50520e6069b8062c06360c88bc0e
Bug-Url:
https://bugzilla.redhat.com/1001079
Signed-off-by: Ravi Nori <rnori(a)redhat.com>
---
M
backend/manager/modules/scheduler/src/main/java/org/ovirt/engine/core/utils/timer/SchedulerUtilQuartzImpl.java
1 file changed, 2 insertions(+), 0 deletions(-)
Approvals:
Yair Zaslavsky: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/18932
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I080875baa4af50520e6069b8062c06360c88bc0e
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Ravi Nori <rnori(a)redhat.com>
Gerrit-Reviewer: Ravi Nori <rnori(a)redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzaslavs(a)redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server