Uploaded image for project: 'Camunda Optimize'
  1. Camunda Optimize
  2. OPT-5220

Entity specific ImportPipeline deadlock on missing processDefinitionKey value

    XMLWordPrintable

Details

    • Bug Report
    • Resolution: Fixed
    • L3 - Default
    • 3.5.0
    • None
    • backend
    • Not defined

    Description

      Context:

      A recent support case indicates that it is possible for process instances to not have a processDefinitionKey in the engine data. When our processInstance importers attempt to import such an instance, an NPE occurrs due to our check for the required process instance index.

      We should adjust our importServices to ensure no instance data is persisted to Optimize without a defintionKey by enriching the instances with the definitionKey upon import: when Optimize attemtps to import instance data with null definitionKey, we use the definitionId to fetch the correct definition and then add the key of this definition to the incomplete instance data before persisting it to ES. This way no data is lost and the definitionKey does not cause an NPE further down the import pipeline.
      This affects any importService that writes to the processInstance index (so instance importServices as well as instance data importServices (eg Activty)).

       

      AT:

      • ImportServices check that all definitionKeys are present before importing/trying to create missing instance indices
      • If definitionKey is null, we fetch the definition using definitionId and enrich instance data before proceeding with import

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Issue Links

            Activity

              People

                Unassigned Unassigned
                helene.waechtler Helene Waechtler
                Votes:
                0 Vote for this issue
                Watchers:
                1 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved:

                  Salesforce