[
https://issues.apache.org/jira/browse/ODE-587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sean Ahn closed ODE-587.
------------------------
> Defer deletion of instances and associtated data when process is re-deployed
> ----------------------------------------------------------------------------
>
> Key: ODE-587
> URL: https://issues.apache.org/jira/browse/ODE-587
> Project: ODE
> Issue Type: Improvement
> Components: BPEL Runtime
> Affects Versions: 1.2
> Reporter: Sean Ahn
> Priority: Minor
> Fix For: 1.2
>
>
> During re-deployment of a process, any instances for the prior process are
> deleted together. When you have really many instances, this can take up quite
> some time and forces non-deterministic length of database transaction.
> 1. split the single big transaction into multiple small transactions
> 2. Ideally, process should be re-deployed right away and instances for old
> process should be ignored by the new process. Then, the instances for the old
> process get deleted with a lower priority.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.