Re: long running async job

2015-02-06 Thread Daan Hoogland
> Also if you want to debug - checkout the GC code present in >> AsyncJobManagerImpl.java >> >> -Koushik >> >> -Original Message- >> From: Marcus [mailto:shadow...@gmail.com] >> Sent: Friday, 6 February 2015 11:56 >> To: dev@cloudstack.apache.org &

Re: long running async job

2015-02-05 Thread vijay thompson
s is cancelling the job? > > Also if you want to debug - checkout the GC code present in > AsyncJobManagerImpl.java > > -Koushik > > -Original Message- > From: Marcus [mailto:shadow...@gmail.com] > Sent: Friday, 6 February 2015 11:56 > To: dev@cloudstack.apach

RE: long running async job

2015-02-05 Thread Koushik Das
al Message- From: Marcus [mailto:shadow...@gmail.com] Sent: Friday, 6 February 2015 11:56 To: dev@cloudstack.apache.org Subject: Re: long running async job I believe the job.expire.minutes is the cleanup (the only thing that *should* be removing jobs from the table), that's 1440 min. On Thu,

Re: long running async job

2015-02-05 Thread Marcus
I believe the job.expire.minutes is the cleanup (the only thing that *should* be removing jobs from the table), that's 1440 min. On Thu, Feb 5, 2015 at 11:19 AM, Daan Hoogland wrote: > there is a global setting called something like > job.timeout.threshold.* . there also is a cleanup value. The t

Re: long running async job

2015-02-05 Thread Daan Hoogland
there is a global setting called something like job.timeout.threshold.* . there also is a cleanup value. The timeout or cleanu don't kill the backecnd process! On Thu, Feb 5, 2015 at 6:53 PM, Marcus wrote: > Hi, > I'm wondering if someone can refresh me on the limitations around > async jobs

long running async job

2015-02-05 Thread Marcus
Hi, I'm wondering if someone can refresh me on the limitations around async jobs and how to tune them. How long will they run for and which global settings control that? As an aside, in one of my dev environments running 4.3 I've found that a long running job will simply disappear from the asy