You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During recent internal findings, we observed unusual CPU and/or memory usage patterns in policy-service, guardian-service, and analytics-service. Additionally, testing (as described in this document) highlighted similar issues in worker-service. These anomalies suggest potential memory leaks or inefficient resource utilization, which could impact system stability and performance over time. To ensure optimal resource usage effectiveness, we need to investigate these issues and address any underlying problems.
Requirements
Conduct a detailed investigation into the CPU and memory usage of the affected services (policy-service, guardian-service, analytics-service, and worker-services).
Identify potential memory leaks, excessive CPU consumption, and inefficient resource usage.
Use profiling tools and logs to analyze trends over time.
Reproduce the issue in a controlled environment if necessary.
Provide a report detailing findings, root causes (if identified), and proposed solutions.
Implement fixes or optimizations based on findings.
Validate improvements through additional testing and monitoring.
Definition of done
Comprehensive investigation completed, and a report summarizing findings is available.
Identified memory leaks or CPU inefficiencies have been addressed with appropriate fixes.
Improvements in resource usage effectiveness are verified through testing and monitoring.
No significant regressions are introduced in the system.
Acceptance criteria
Profiling and monitoring data confirm the presence of CPU/memory inefficiencies.
Root causes of inefficiencies are identified and documented.
Fixes are implemented and verified in a test/staging environment.
Improvements in resource usage effectiveness are confirmed via benchmarks or stress tests.
No critical bugs or regressions introduced as a result of the changes.
Changes are reviewed and approved by relevant team members.
The text was updated successfully, but these errors were encountered:
Pyatakov
changed the title
Investigate and Fix CPU/Memory Inefficiencies in Core Services
Investigate and fix CPU/Memory inefficiencies in core services
Feb 12, 2025
Problem description
During recent internal findings, we observed unusual CPU and/or memory usage patterns in
policy-service
,guardian-service
, andanalytics-service
. Additionally, testing (as described in this document) highlighted similar issues inworker-service
. These anomalies suggest potential memory leaks or inefficient resource utilization, which could impact system stability and performance over time. To ensure optimal resource usage effectiveness, we need to investigate these issues and address any underlying problems.Requirements
policy-service
,guardian-service
,analytics-service
, andworker-services
).Definition of done
Acceptance criteria
The text was updated successfully, but these errors were encountered: