mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 18:08:53 +00:00
96de926d1c
Summary: Pull Request resolved: https://github.com/facebook/osquery/pull/5335 It was reported that osquery eventing mechanism uses too much disk space. As daebeike found it, event expiring was failing in some cases to be executed. More specifically, expiration check was supposed to run every time EVENTS_CHECKPOINT number of events where added. However, in between the checks for expiration more than EVENTS_CHECKPOINT events could be added and no expiration would be executed. I suppose, this behaviour would be easily reproducible under the high load Reviewed By: fmanco Differential Revision: D13565250 fbshipit-source-id: 78bbad3f7aded4beb9e5f42bafd9184e9c2f8efb |
||
---|---|---|
.. | ||
benchmarks | ||
darwin | ||
linux | ||
tests | ||
windows | ||
BUCK | ||
events.cpp | ||
pathset.h |