-
Bug
-
Resolution: Done
-
Undefined
-
None
-
None
-
None
-
None
-
Quality / Stability / Reliability
-
False
-
-
False
-
-
-
USER PROBLEM
What is the user experiencing as a result of the bug? Include steps to reproduce.
Vulnerability zip archives have all vulnerabilities in one bundle, vulns.json.zst. This means:
1. All load will be carried by a single Matcher instance.
2. Partial failures will restart the update process from the beginning, re-writing vulns that were already written by other updaters.
This can cause performance issues in some environments.
CONDITIONS
What conditions need to exist for a user to be affected? Is it everyone? Is it only those with a specific integration? Is it specific to someone with particular database content? etc.
- Running any ACS release using v2 bundles.
ROOT CAUSE
What is the root cause of the bug?
- Bundles are being built without the `--split` flag.
FIX
How was the bug fixed (this is more important if a workaround was implemented rather than an actual fix)?
- Call the proper update interface to generate multi-bundles for the respective releases.
- mentioned in
-
Page Loading...