VMware Cloud Community
guillaumef
Contributor
Contributor
Jump to solution

Control Actions delayed

Hi all,

When invoking control actions with Hyperic I noticed that most of the time there is a significant time delay (30 seconds) before its execution. For some actions (script asking for a server status) I would really need a quick execution...

Any way to explain this ?
0 Kudos
1 Solution

Accepted Solutions
admin
Immortal
Immortal
Jump to solution

Hi,

There is a known bug about this. It's logged at: http://jira.hyperic.com/browse/HQ-2080

There is a workaround:

Workaround is to increase the quartz idleWaitTime: (defaults to 30000)

Edit: server-4.x.x/conf/templates/scheduler-service.xml

Add:

org.quartz.scheduler.idleWaitTime = 1000


Please let me know if that doesn't help.

View solution in original post

0 Kudos
2 Replies
admin
Immortal
Immortal
Jump to solution

Hi,

There is a known bug about this. It's logged at: http://jira.hyperic.com/browse/HQ-2080

There is a workaround:

Workaround is to increase the quartz idleWaitTime: (defaults to 30000)

Edit: server-4.x.x/conf/templates/scheduler-service.xml

Add:

org.quartz.scheduler.idleWaitTime = 1000


Please let me know if that doesn't help.
0 Kudos
guillaumef
Contributor
Contributor
Jump to solution

Thanks a lot it seems to work now ! 🙂

Only problem left is that the page doesn't refresh automatically but that is not a big deal.

Message was edited by: guillaumef
0 Kudos