View Revisions: Issue #6871
Summary | 0006871: Skip purging inactive trigger histories still referenced by sym_data (Purge Incoming job) | ||
---|---|---|---|
Revision | 2025-05-09 18:02 by pbelov | ||
Description | Currently, the Purge Incoming job purges all inactive trigger histories that are older than the time specified by the purge.trigger.hist.retention.minutes parameter. This can cause problems if a row exists in sym_data that corresponds with one of these trigger histories (and it gets purged). Instead, the Purge Incoming job should only purge inactive trigger histories that are older than the oldest create_time in sym_data. |
||
Revision | 2025-05-06 15:33 by emiller | ||
Description | Currently, the Purge Incoming job purges all inactive trigger histories that are older than the time specified by the purge.trigger.hist.retention.minutes parameter. This can cause problems if a row exists in sym_data that corresponds with one of these trigger histories. Instead, the Purge Incoming job should only purge inactive trigger histories that are older than the oldest create_time in sym_data. |