[Logo] Terracotta Discussion Forums (LEGACY READ-ONLY ARCHIVE)
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
[Expert]
Trigger waiting in acquired state  XML
Forum Index -> Quartz
Author Message
rbandaru

neo

Joined: 02/23/2010 13:31:14
Messages: 4
Offline


I have few Triggers firing at the same time and sometimes I have noticed that one of the trigger is in acquired state and other trigger are waiting for the earlier Trigger to release it.

After sometime, app server is not responding and eventually it is running into Out Of Memory on weblogic 10.1 with JVM@check_alloc error.

I am not sure it this is causing us OOM.
QrtzHelp

journeyman

Joined: 01/16/2010 09:44:00
Messages: 37
Offline


The OOM can't be caused by Quartz, unless you have very low available memory.

Furthermore, if you are experiencig OOM Errors, you should expect all sorts of erratic / unpredictable outcomes of the things going on within your JVM - as threads will be dying at random points in their work.


Lastly, it's normal for only one trigger to be "acquired" at time. Quartz the acquired state means that it has been identified as the next trigger to fire (based upon its next fire time and priority).
apaliwal

praetor

Joined: 01/05/2010 20:52:24
Messages: 223
Offline

Thanks for sharing !

cheers
ashish
 
Forum Index -> Quartz
Go to:   
Powered by JForum 2.1.7 © JForum Team