cache: move batching to demux so that ringBuffer stores single item#20502
cache: move batching to demux so that ringBuffer stores single item#20502serathius merged 1 commit intoetcd-io:mainfrom
Conversation
Signed-off-by: Peter Chang <peter.yaochen.chang@gmail.com>
|
Hi @apullo777. Thanks for your PR. I'm waiting for a etcd-io member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/ok-to-test |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: apullo777, serathius The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted filessee 147 files with indirect coverage changes @@ Coverage Diff @@
## main #20502 +/- ##
==========================================
- Coverage 69.15% 62.49% -6.67%
==========================================
Files 418 405 -13
Lines 34696 33590 -1106
==========================================
- Hits 23995 20991 -3004
- Misses 9300 11025 +1725
- Partials 1401 1574 +173 Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
Please read https://github.com/etcd-io/etcd/blob/main/CONTRIBUTING.md#contribution-flow.
#20477 follow-up to move batching into demux to further simplify ringbuffer interface
@serathius @MadhavJivrajani