Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-6220

Unnecessary SQL statements for Byte Array variables which are created and deleted in the same transaction

    XMLWordPrintable

Details

    Description

      Reproduce

      A simple process, which creates a Byte Array variable (e.g. saves a serialized Java Object) and then deletes this variable in the same transaction.

      Problem

      At the end of the transaction there is a INSERT and DELETE_BULK SQL statement for this variable, even though these are not needed as the variable was already deleted.

      Hint

      This bug only has a performance impact of unnecessary SQL statements.

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

              Unassigned Unassigned
              sebastian.menski Sebastian Menski
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Salesforce