Actions
Bug #89
closedUnified2 alert output thread safety issue.
Affected Versions:
Effort:
Difficulty:
Label:
Description
The Unified2 alert output tracks the current file size in a per thread structure, but the file is actually shared among all Unified2 alert threads. So any given thread does not actually have the real size of the file. Potential fix: Move size tracking into the LogFileCtx.
Actions