kubewharf / katalyst-core

Katalyst aims to provide a universal solution to help improve resource utilization and optimize the overall costs in the cloud. This is the core components in Katalyst system, including multiple agents and centralized components
Apache License 2.0
388 stars 91 forks source link

enhanced memory pressure eviction #568

Open cheney-lin opened 2 months ago

cheney-lin commented 2 months ago

What type of PR is this?

Enhancements

What this PR does / why we need it:

Which issue(s) this PR fixes:

Special notes for your reviewer:

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 69.68085% with 57 lines in your changes are missing coverage. Please review.

Project coverage is 56.10%. Comparing base (7a1e3f1) to head (0a20203). Report is 4 commits behind head on main.

Files Patch % Lines
...ionmanager/plugin/memory/enhanced_numa_pressure.go 76.10% 28 Missing and 10 partials :warning:
...ent/evictionmanager/plugin/memory/numa_pressure.go 0.00% 11 Missing and 1 partial :warning:
...amic/adminqos/eviction/memory_pressure_eviction.go 50.00% 4 Missing :warning:
pkg/util/general/deepcopy.go 71.42% 1 Missing and 1 partial :warning:
pkg/agent/evictionmanager/plugin/memory/helper.go 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #568 +/- ## ========================================== + Coverage 55.94% 56.10% +0.15% ========================================== Files 532 533 +1 Lines 49593 49827 +234 ========================================== + Hits 27744 27953 +209 + Misses 18316 18313 -3 - Partials 3533 3561 +28 ``` | [Flag](https://app.codecov.io/gh/kubewharf/katalyst-core/pull/568/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kubewharf) | Coverage Δ | | |---|---|---| | [unittest](https://app.codecov.io/gh/kubewharf/katalyst-core/pull/568/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kubewharf) | `56.10% <69.68%> (+0.15%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kubewharf#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.