Actions
Optimization #2327
closedWrite rules to temp file or directory first, then rename into final location.
Effort:
medium
Difficulty:
medium
Label:
Description
This will create a smaller window of time where the destination rule file, or files are in a state where they are being written to.
For the single output file case this is pretty trivial. For the --no-merge it will require some temp folder juggling and multiple file moves increasing the time window where we are in an inconsistent state, but should still be better.
Updated by Jason Ish about 6 years ago
- Assignee changed from Jason Ish to Shivani Bhardwaj
- Effort set to medium
- Difficulty set to medium
Updated by Shivani Bhardwaj over 5 years ago
- Status changed from Assigned to Feedback
- Target version set to TBD
Updated by Shivani Bhardwaj over 5 years ago
Updated by Shivani Bhardwaj over 4 years ago
- Status changed from Feedback to In Review
Updated by Shivani Bhardwaj about 4 years ago
- Status changed from In Review to Closed
- Target version changed from TBD to 1.2.0rc2
Merged through https://github.com/OISF/suricata-update/pull/252
Actions