Skip to content

multi process integrity checking fixes

Harpo requested to merge hr/multi-process-fix into master
  • Ensure that a process is not included in it's own process list because that in redundant.
  • I was checking process list related to the event process not the ingesting process
  • events loaded from disk were being loaded and then persisted through the persistence layer again recently introduced by a poorly considered PR
  • Added a test case for the query-head multi process handling that now passes.

Merge request reports