Uploaded image for project: 'Camunda Optimize'
  1. Camunda Optimize
  2. OPT-5145 Import performance tests missing data
  3. OPT-5156

Add parameter to data generation to turn date adjustments off/on

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Done
    • Icon: L3 - Default L3 - Default
    • 3.5.0-alpha1, 3.5.0
    • None
    • backend
    • None
    • Not defined

      Context:

      See parent task:

      The lower process instance count appears to be caused by the maximum page size limitation when our importers fetch data. When fetching, we query for all entities with timestamp equal or larger than the last imported entity timestamp. We also set a the maxResults to return to 10.000 (fromĀ ENGINE_IMPORT_PROCESS_INSTANCE_MAX_PAGE_SIZE config). Due to how we manipulate the startdates of process instances, we sometimes have more than 10k instances with the same timestamp. In this case, some instances will be missed by the import.

      Since we don't need the date adjustments for this dataset, we would like to add a flag to our data generation with which we can specify whether or not dates should be adjusted. For the generation of this large dataset, we can then turn off the adjustment of startDate data.

      After this is done we should regenerate the large dataset.

      AT:

      • A parameter is added to our data generation to indicate whether the dates of instances should be adjusted
      • The large datast is regenerated with this parameter set to false

        This is the controller panel for Smart Panels app

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

                Created:
                Updated:
                Resolved: