[jira] [Closed] (OFBIZ-5496) Schedule Job Manager is creating more then one pending job for future.

2014-01-18 Thread Adrian Crum (JIRA)
SVN trunk Release Branch 11.04 Fixed in R11 rev 1559353, and in R12 rev 1559346. > Schedule Job Manager is creating more then one pending job for future. > -- > >

[jira] [Commented] (OFBIZ-5496) Schedule Job Manager is creating more then one pending job for future.

2014-01-16 Thread Ritu Raj Lakhera (JIRA)
ssue has been solved in trunk and R13. Thanks > Schedule Job Manager is creating more then one pending job for future. > -- > > Key: OFBIZ-5496 > URL: https://issues.apache.org/jir

[jira] [Commented] (OFBIZ-5496) Schedule Job Manager is creating more then one pending job for future.

2014-01-16 Thread Ritu Raj Lakhera (JIRA)
anges and update you. Thanks. > Schedule Job Manager is creating more then one pending job for future. > -- > > Key: OFBIZ-5496 > URL: https://issues.apache.org/jira/browse/OFBIZ-5496 >

[jira] [Commented] (OFBIZ-5496) Schedule Job Manager is creating more then one pending job for future.

2014-01-16 Thread Adrian Crum (JIRA)
d in the trunk and R13. I will backport the improved Job Scheduler to R11 and R12 later. > Schedule Job Manager is creating more then one pending job for future. > -- > > Key: OFBIZ-5496 >

[jira] [Updated] (OFBIZ-5496) Schedule Job Manager is creating more then one pending job for future.

2014-01-16 Thread Ritu Raj Lakhera (JIRA)
and create the double future job for a schedule job > Schedule Job Manager is creating more then one pending job for future. > -- > > Key: OFBIZ-5496 > URL: https://issues.apache.org/ji

[jira] [Commented] (OFBIZ-5496) Schedule Job Manager is creating more then one pending job for future.

2014-01-16 Thread Ritu Raj Lakhera (JIRA)
atch file(JobManager_1204_Generate_Issue.patch) which can produce the issue and create the double future job for a schedule, please take a look. > Schedule Job Manager is creating more then one pending job for future. > -- > >

[jira] [Commented] (OFBIZ-5496) Schedule Job Manager is creating more then one pending job for future.

2014-01-16 Thread Adrian Crum (JIRA)
anch rev 1558779. R11 and R12 should have the improved Job Scheduler backported because the previous design had many problems. > Schedule Job Manager is creating more then one pending job for future. > -- > >

[jira] [Commented] (OFBIZ-5496) Schedule Job Manager is creating more then one pending job for future.

2014-01-16 Thread Adrian Crum (JIRA)
of the previous rollback). > Schedule Job Manager is creating more then one pending job for future. > -- > > Key: OFBIZ-5496 > URL: https://issues.apache.org/jira/browse/OFBIZ-5496 >

[jira] [Assigned] (OFBIZ-5496) Schedule Job Manager is creating more then one pending job for future.

2014-01-16 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum reassigned OFBIZ-5496: -- Assignee: Adrian Crum > Schedule Job Manager is creating more then one pending job for fut

[jira] [Updated] (OFBIZ-5496) Schedule Job Manager is creating more then one pending job for future.

2014-01-16 Thread Ritu Raj Lakhera (JIRA)
Attaching the patch for version 11.04, 12.04, 13.07 and trunk. > Schedule Job Manager is creating more then one pending job for future. > -- > > Key: OFBIZ-5496 > URL: https://issues.apache.

[jira] [Updated] (OFBIZ-5496) Schedule Job Manager is creating more then one pending job for future.

2014-01-16 Thread Ritu Raj Lakhera (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ritu Raj Lakhera updated OFBIZ-5496: Description: Schedule Job Manager is creating more then one pending job for future. Issue

[jira] [Created] (OFBIZ-5496) Schedule Job Manager is creating more then one pending job for future.

2014-01-16 Thread Ritu Raj Lakhera (JIRA)
Ritu Raj Lakhera created OFBIZ-5496: --- Summary: Schedule Job Manager is creating more then one pending job for future. Key: OFBIZ-5496 URL: https://issues.apache.org/jira/browse/OFBIZ-5496 Project

Re: Job Manager

2012-09-22 Thread Jacques Le Roux
From: Quoting Brett Palmer : Is there a relationship between the “send-to-pool” attribute and the “run-from-pool” names or are they independent of each other? For example, if I don't have a run-from-pool element with a name="pool" will the default "pool" still work? They are not related. If

Re: Job Manager

2012-09-19 Thread Adrian Crum
Brett, Thank you for the update. I will look into this. -Adrian On 9/19/2012 6:02 AM, Brett Palmer wrote: Adrian, I'll have to setup a load test to verify that a large number of pending jobs in the JobSandbox do not saturate the server. I'll also work with the thread counts to see what works

Re: Job Manager

2012-09-18 Thread Brett Palmer
Adrian, I'll have to setup a load test to verify that a large number of pending jobs in the JobSandbox do not saturate the server. I'll also work with the thread counts to see what works for us. Before I read your reply I had configured the service engine to use a "send-to-pool=poolX" but did n

Re: Job Manager

2012-09-18 Thread adrian . crum
On Sun, Aug 5, 2012 at 6:21 AM, Adrian Crum < adrian.crum@sandglass-softwa**re.com <http://software.com> < adrian.crum@sandglass-**softwa**re.com <http://software.com>< adrian.crum@sandglass-**software.com > wrote: On 8/5/2012 11:02 AM, Adrian Crum wrote: I

Re: Job Manager

2012-09-17 Thread Brett Palmer
>>> many >>>>>> concurrent jobs are run. For example, if I had 4 app servers >>>>>> connected >>>>>> to >>>>>> the same DB I may only want one app server to service particular jobs. >>>>>> I >

Re: Job Manager

2012-09-17 Thread Adrian Crum
n 8/5/2012 11:02 AM, Adrian Crum wrote: I just committed a bunch of changes to the Job Manager group of classes. The changes help simplify the code and hopefully make the Job Manager more robust. On the other hand, I might have broken something. ;) I will monitor the mailing list for problems. I

Re: Job Manager

2012-08-18 Thread Adrian Crum
I considered integrating Quartz, but the problems with the JobManager and JobPoller were easy to identify and fix. Time will tell though... -Adrian On 8/18/2012 4:59 PM, Ean Schuessler wrote: Yeah, that's not going to fly. Its interesting to note that David Jones replaced the JobPoller with Q

Re: Job Manager

2012-08-18 Thread Ean Schuessler
Yeah, that's not going to fly. Its interesting to note that David Jones replaced the JobPoller with Quartz in Moqui. - "Adrian Crum" wrote: > 3. There is a JobPoller instance per delegator, and each instance > contains the number of threads configured in serviceengine.xml. With the > curr

Re: Job Manager Part 2

2012-08-18 Thread Adrian Crum
2 1:21 PM, Adrian Crum wrote: On 8/5/2012 11:02 AM, Adrian Crum wrote: I just committed a bunch of changes to the Job Manager group of classes. The changes help simplify the code and hopefully make the Job Manager more robust. On the other hand, I might have broken something. ;) I will monit

Re: Job Manager

2012-08-18 Thread Adrian Crum
M, Adrian Crum wrote: I just committed a bunch of changes to the Job Manager group of classes. The changes help simplify the code and hopefully make the Job Manager more robust. On the other hand, I might have broken something. ;) I will monitor the mailing list for problems. I belie

Re: Job Manager

2012-08-18 Thread Brett Palmer
>>>> the same DB I may only want one app server to service particular jobs. >>>> I >>>> thought this feature was possible but when I tried to implement it by >>>> changing some of the configuration files it never worked correctly. >>>> >&g

Re: Job Manager

2012-08-17 Thread Adrian Crum
On Sun, Aug 5, 2012 at 6:21 AM, Adrian Crum < adrian.crum@sandglass-**software.com > wrote: On 8/5/2012 11:02 AM, Adrian Crum wrote: I just committed a bunch of changes to the Job Manager group of classes. The changes help simplify the code and hopefully make the Job Manager more ro

Re: Job Manager Part 2

2012-08-12 Thread Adrian Crum
I just updated the schema with documentation that should help everyone understand how to set up the Job Manager/Job Poller. It seems to me it can accommodate the scenario you described. -Adrian On 8/13/2012 2:42 AM, Brett Palmer wrote: *Adrian, I think the single JobPoller is a good idea

Re: Job Manager Part 2

2012-08-12 Thread Brett Palmer
2012 1:21 PM, Adrian Crum wrote: > >> On 8/5/2012 11:02 AM, Adrian Crum wrote: >> >>> I just committed a bunch of changes to the Job Manager group of classes. >>> The changes help simplify the code and hopefully make the Job Manager more >>> robust. On the o

Re: Job Manager Part 2

2012-08-12 Thread Jacques Le Roux
, Hans On 08/12/2012 06:36 PM, Adrian Crum wrote: On 8/5/2012 1:21 PM, Adrian Crum wrote: On 8/5/2012 11:02 AM, Adrian Crum wrote: I just committed a bunch of changes to the Job Manager group of classes. The changes help simplify the code and hopefully make the Job Manager more robust. On the oth

Re: Job Manager Part 2

2012-08-12 Thread Hans Bakker
: I just committed a bunch of changes to the Job Manager group of classes. The changes help simplify the code and hopefully make the Job Manager more robust. On the other hand, I might have broken something. ;) I will monitor the mailing list for problems. I believe the JobPoller settings in

Job Manager Part 2

2012-08-12 Thread Adrian Crum
On 8/5/2012 1:21 PM, Adrian Crum wrote: On 8/5/2012 11:02 AM, Adrian Crum wrote: I just committed a bunch of changes to the Job Manager group of classes. The changes help simplify the code and hopefully make the Job Manager more robust. On the other hand, I might have broken something. ;) I

Re: Job Manager

2012-08-09 Thread Adrian Crum
On 8/8/2012 10:10 PM, Jacques Le Roux wrote: From: Quoting Brett Palmer : *Jacques,* * I had to review some of my notes to remember what we were trying to do with the JobSandbox. Here are my replies to your questions: 1. Did you use the purge-job-days setting in serviceengine.xml and the

Re: Job Manager

2012-08-08 Thread Brett Palmer
Jacques, It sounds like what Adrian implemented would solve a lot of our problems with the service engine. Please see my comments inline.. On Wed, Aug 8, 2012 at 3:54 PM, Jacques Le Roux < jacques.le.r...@les7arts.com> wrote: > Hi Brett, > > Interesting... > > Brett Palmer wrote: > >> *Jacques,

Re: Job Manager

2012-08-08 Thread Jacques Le Roux
their queuing mechanism for jobs. +1 Jacques Brett On Sun, Aug 5, 2012 at 6:21 AM, Adrian Crum < adrian.crum@sandglass-**software.com > wrote: On 8/5/2012 11:02 AM, Adrian Crum wrote: I just committed a bunch of changes to the Job Manager group of classes. The changes help simpli

Re: Job Manager

2012-08-08 Thread Jacques Le Roux
From: Quoting Brett Palmer : *Jacques,* * I had to review some of my notes to remember what we were trying to do with the JobSandbox. Here are my replies to your questions: 1. Did you use the purge-job-days setting in serviceengine.xml and the related purgeOldJobs? If not was there a reason

Re: Job Manager

2012-08-08 Thread adrian . crum
Quoting Brett Palmer : *Jacques,* * I had to review some of my notes to remember what we were trying to do with the JobSandbox. Here are my replies to your questions: 1. Did you use the purge-job-days setting in serviceengine.xml and the related purgeOldJobs? If not was there a reason? We we

Re: Job Manager

2012-08-07 Thread Brett Palmer
ctly. >> >> - JMS support for the service engine. It would be nice if there was a JMS >> interface for those that want to use JMS as their queuing mechanism for >> jobs. >> >> >> Brett >> >> On Sun, Aug 5, 2012 at 6:21 AM, Adrian Crum < >&g

Re: Job Manager

2012-08-07 Thread Adrian Crum
there was a JMS interface for those that want to use JMS as their queuing mechanism for jobs. Brett On Sun, Aug 5, 2012 at 6:21 AM, Adrian Crum < adrian.c...@sandglass-software.com> wrote: On 8/5/2012 11:02 AM, Adrian Crum wrote: I just committed a bunch of changes to the Job Manager group

Re: Job Manager

2012-08-07 Thread Adrian Crum
11:02 AM, Adrian Crum wrote: I just committed a bunch of changes to the Job Manager group of classes. The changes help simplify the code and hopefully make the Job Manager more robust. On the other hand, I might have broken something. ;) I will monitor the mailing list for problems. I believ

Re: Job Manager

2012-08-06 Thread Brett Palmer
their queuing mechanism for >> jobs. >> > > +1 > > Jacques > > > >> Brett >> >> On Sun, Aug 5, 2012 at 6:21 AM, Adrian Crum < >> adrian.crum@sandglass-**software.com > >> wrote: >> >> On 8/5/2012 11:02 AM,

Re: Job Manager

2012-08-06 Thread adrian . crum
We can use JMS as an option to replace the job queue and associated threads, but we can't eliminate the entity-engine-based Job Manager code because there are too many places where the JobSandbox entity is manipulated (a bad practice, but it is done a lot). -Adrian Quoting Jacques Le

Re: Job Manager

2012-08-06 Thread Jacques Le Roux
ian.c...@sandglass-software.com> wrote: On 8/5/2012 11:02 AM, Adrian Crum wrote: I just committed a bunch of changes to the Job Manager group of classes. The changes help simplify the code and hopefully make the Job Manager more robust. On the other hand, I might have broken something. ;) I will mon

Re: Job Manager

2012-08-05 Thread Adrian Crum
a JMS interface for those that want to use JMS as their queuing mechanism for jobs. Brett On Sun, Aug 5, 2012 at 6:21 AM, Adrian Crum < adrian.c...@sandglass-software.com> wrote: On 8/5/2012 11:02 AM, Adrian Crum wrote: I just committed a bunch of changes to the Job Manager group of c

Re: Job Manager

2012-08-05 Thread Brett Palmer
andglass-software.com> wrote: > On 8/5/2012 11:02 AM, Adrian Crum wrote: > >> I just committed a bunch of changes to the Job Manager group of classes. >> The changes help simplify the code and hopefully make the Job Manager more >> robust. On the other hand, I might have broken

Re: Job Manager

2012-08-05 Thread Adrian Crum
On 8/5/2012 11:02 AM, Adrian Crum wrote: I just committed a bunch of changes to the Job Manager group of classes. The changes help simplify the code and hopefully make the Job Manager more robust. On the other hand, I might have broken something. ;) I will monitor the mailing list for problems

Job Manager

2012-08-05 Thread Adrian Crum
I just committed a bunch of changes to the Job Manager group of classes. The changes help simplify the code and hopefully make the Job Manager more robust. On the other hand, I might have broken something. ;) I will monitor the mailing list for problems. I believe the JobPoller settings in