Complete
Details
Details
Assignee
Caleb
CalebReporter
Caleb
CalebLabels
Components
Fix versions
Affects versions
Priority
More fields
More fields
Katalon Platform
Katalon Platform
Created May 24, 2021 at 6:16 PM
Updated July 6, 2022 at 9:00 PM
Resolved June 4, 2021 at 8:13 PM
lxml uses a global dictionary to store xml related information and keeps that global dictionary around for the entirety of the process. We make extensive use of threads and this particular alert runs in a thread so there is no "process" that exits. So this dictionary will grow without bounds unless we limit the changes that occur in the xml data that we ingest. We're very clearly not doing that. Furthermore the fc_hba_not_present alert source doesn't have any usage that the built-in xml library doesn't already provide.