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

Import data gets lost

    XMLWordPrintable

Details

    • Bug Report
    • Resolution: Fixed
    • L3 - Default
    • 2.4.0-alpha2, 2.4.0
    • None
    • backend
    • None

    Description

      There are ES import jobs of two kinds: data import jobs, which insert the data to ES and index update jobs, which are executed to save the current state of import.

      Given:

      • the data import job fails (e.g. connection error)

      When:

      • the corresponding index update job is executed successfully

      Then:

      • data from the data import job is lost. The data won't be reimported, as the import index contains an entry that states that the data is imported.

      AT:

      • The data doesn't get lost in case of scenario above.

      Notes:

      • We need to retry the failing import job infinitely, which would cause the import to stop until the possible ES issue resolves
      • In case multiple importing threads are enabled, we need to think how to avoid the race condition between the data import job and the corresponding index update, maybe merging the two kinds of import jobs into one.

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

              Unassigned Unassigned
              kyrylo.zakurdaiev Kyrylo Zakurdaiev
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Salesforce