Uploaded image for project: 'ODE'
  1. ODE
  2. ODE-587

Defer deletion of instances and associtated data when process is re-deployed

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.2
    • 1.2
    • BPEL Runtime
    • None

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            seanahn Sean Ahn
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: