-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
config: enable-stats-cache-mem-quota is set to enable by default #46130
config: enable-stats-cache-mem-quota is set to enable by default #46130
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #46130 +/- ##
================================================
- Coverage 73.4214% 72.5943% -0.8272%
================================================
Files 1299 1324 +25
Lines 394104 401534 +7430
================================================
+ Hits 289357 291491 +2134
- Misses 86360 91531 +5171
- Partials 18387 18512 +125
Flags with carried forward coverage won't be shown. Click here to find out more.
|
/test all |
/retest |
/test tiprow_fast_test |
/retest |
3 similar comments
/retest |
/retest |
/retest |
/test all |
/retest |
f8fe021
to
a3fe0a4
Compare
/retest |
e76c420
to
f3eb90b
Compare
/test all |
/retest |
2 similar comments
/retest |
/retest |
26c0c29
to
f828831
Compare
/test all |
/retest |
Signed-off-by: Weizhen Wang <[email protected]>
f106e23
to
758b4bd
Compare
Signed-off-by: Weizhen Wang <[email protected]>
Signed-off-by: Weizhen Wang <[email protected]>
Signed-off-by: Weizhen Wang <[email protected]>
Signed-off-by: Weizhen Wang <[email protected]>
Signed-off-by: Weizhen Wang <[email protected]>
Signed-off-by: Weizhen Wang <[email protected]>
[LGTM Timeline notifier]Timeline:
|
/approve The primary purpose of this "config" is to serve as a safeguard switch to prevent unexpected behavior after the LFU implementation is released. It ensures that the stats cache reverts to the behavior of the map cache. From a PM perspective, the naming of this config has a gap compared to its actual behavior. Personally, I believe that this setting should not be provided. However, considering the security assurance for new features, I will approve this "config". In the long term, this "config" should be deprecated, and we should design a variable similar to "fix/feature_control" to manage the toggling behavior of these temporary features. This will avoid adding and deprecating configs/variables for each feature. We will have a separate discussion on this matter. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: easonn7, qw4990, time-and-fate The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What problem does this PR solve?
Issue Number: close #46158
Problem Summary:
What is changed and how it works?
Check List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.