Resolved Issues in 25.2.11
The resolved issues in release 25.2.11-PCE are:
Issue | Fix Description |
---|---|
E-127181 | Fixed rule search that never loads Fixed an issue at the Rule Search page when clicking on Rule Search a query for all rules is immediately started, which could cause the page to become unresponsive when there are many rules and rulesets present. |
E-126122 | Fixed public flows API queries Fixed occasional multiple failures of |
E-126121 | Improved performance by enhancing bulk operations Improved overall performance by enhancing bulk workload and event operations. |
E-125150 | Resolved container cluster update issue that caused performance problems C-VENs and Kubelink updated their network interfaces (C-VEN) and Kubernetes Workloads (Kubelink) against their corresponding cluster in sequential mode. Sequential mode was enforced to avoid race conditions between database data changes and data caching. This, however, produced problems for big clusters where C-VEN and Kubelink queries started to stretch with big latencies -- basically, waiting for each other to finish. A solution has been implemented to avoid this race condition, removing the need to enforce sequential mode updates. Those API requests are no longer blocked, resulting in a much faster overall reporting process. |