You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Sean Ahn (JIRA)" <ji...@apache.org> on 2009/10/14 23:14:31 UTC

[jira] Assigned: (ODE-681) Implement immediate transaction retries in addition to the presistent retries

     [ https://issues.apache.org/jira/browse/ODE-681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Ahn reassigned ODE-681:
----------------------------

    Assignee: Sean Ahn

> Implement immediate transaction retries in addition to the presistent retries
> -----------------------------------------------------------------------------
>
>                 Key: ODE-681
>                 URL: https://issues.apache.org/jira/browse/ODE-681
>             Project: ODE
>          Issue Type: Improvement
>          Components: BPEL Runtime
>            Reporter: Sean Ahn
>            Assignee: Sean Ahn
>
> Currently, the ode engine re-schedules a job into the ODE_JOB table when the job fails. The job will be picked up later by the job scheduler on the same node. For 2 reasons, we want to pre-pend an immediate transaction retry logic before the persistent retries.
> 1. The current way of scheduling a job involves deleting of the job and inserting/selecting of a new job for a retry. If the system is under heavy load, and if the failure was due to deadlocks from database overload, you do not want to put on even more load.
> 2. The interval between retries could be pretty long. Cases like database deadlocks can be resolved by re-trying the same transaction in a relatively short time.
> Repeat the same transaction by configurable number of tries with a configuration interval. If all tries still fail, then schedule the job for persistent retries.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.