Implement chunking for gzip encoder in deferredResponseWriter#130281
Merged
k8s-ci-robot merged 1 commit intokubernetes:masterfrom Feb 26, 2025
Merged
Implement chunking for gzip encoder in deferredResponseWriter#130281k8s-ci-robot merged 1 commit intokubernetes:masterfrom
k8s-ci-robot merged 1 commit intokubernetes:masterfrom
Conversation
z1cheng
commented
Feb 19, 2025
serathius
reviewed
Feb 19, 2025
serathius
reviewed
Feb 19, 2025
liggitt
reviewed
Feb 19, 2025
493fe85 to
843af91
Compare
serathius
reviewed
Feb 20, 2025
serathius
reviewed
Feb 20, 2025
a3e2983 to
c404a26
Compare
liggitt
reviewed
Feb 20, 2025
Contributor
|
/triage accepted |
serathius
reviewed
Feb 21, 2025
fuweid
reviewed
Feb 22, 2025
fuweid
approved these changes
Feb 24, 2025
Member
fuweid
left a comment
There was a problem hiding this comment.
LGTM(nb)
We can revisit buffer part after completing end-to-end evaluation with beta or rc version.
9adba4f to
2e38af3
Compare
serathius
reviewed
Feb 25, 2025
Member
Author
|
/retest |
liggitt
reviewed
Feb 25, 2025
liggitt
reviewed
Feb 25, 2025
liggitt
reviewed
Feb 25, 2025
serathius
reviewed
Feb 25, 2025
9e0200a to
d6fd6e6
Compare
liggitt
reviewed
Feb 26, 2025
liggitt
reviewed
Feb 26, 2025
Member
|
left comments about two final tweaks, then lgtm |
Signed-off-by: z1cheng <imchench@gmail.com>
d6fd6e6 to
2472f49
Compare
Contributor
|
/lgtm |
Contributor
|
LGTM label has been added. DetailsGit tree hash: d1da4b093e03047b5e98b211503226aecfb0196d |
Member
|
/lgtm |
Contributor
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fuweid, liggitt, z1cheng 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 |
Member
Author
|
/retest |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
/kind feature
What this PR does / why we need it:
This PR is to implement chunking for gzip encoder in deferredResponseWriter, and add benchmark for gzip with/without chunking.
Which issue(s) this PR fixes:
Fixes #130264
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: