Skip to content
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

Set deadline for returning backend error #71419

Merged
merged 1 commit into from
Nov 26, 2018

Conversation

liggitt
Copy link
Member

@liggitt liggitt commented Nov 26, 2018

What type of PR is this?
/kind bug

What this PR does / why we need it:
Ensures error responses from backends are handled within a bounded amount of time.

Upgrade requests are expected to be long-running, but once the backend response is identified as not being an upgrade, the requests should no longer be long-running. Because we took control of the connections, we're responsible for setting timeouts on them.

Does this PR introduce a user-facing change?:

Fixes an issue with stuck connections handling error responses

/cc sttts
/kind bug
/priority critical-urgent
/sig api-machinery
/milestone v1.13

@k8s-ci-robot k8s-ci-robot added this to the v1.13 milestone Nov 26, 2018
@k8s-ci-robot k8s-ci-robot added kind/bug Categorizes issue or PR as related to a bug. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. release-note-none Denotes a PR that doesn't merit a release note. priority/critical-urgent Highest priority. Must be actively worked on as someone's top priority right now. sig/api-machinery Categorizes an issue or PR as relevant to SIG API Machinery. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Nov 26, 2018
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: liggitt

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Nov 26, 2018
@sttts
Copy link
Contributor

sttts commented Nov 26, 2018

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Nov 26, 2018
@liggitt
Copy link
Member Author

liggitt commented Nov 26, 2018

/retest

3 similar comments
@liggitt
Copy link
Member Author

liggitt commented Nov 26, 2018

/retest

@liggitt
Copy link
Member Author

liggitt commented Nov 26, 2018

/retest

@liggitt
Copy link
Member Author

liggitt commented Nov 26, 2018

/retest

@k8s-ci-robot k8s-ci-robot merged commit b493bbb into kubernetes:master Nov 26, 2018
@jennybuckley
Copy link

/cc @wenjiaswe

@liggitt liggitt deleted the backend-error-deadline branch November 26, 2018 21:35
@k8s-ci-robot k8s-ci-robot added release-note Denotes a PR that will be considered when it comes time to generate release notes. and removed release-note-none Denotes a PR that doesn't merit a release note. labels Nov 27, 2018
k8s-ci-robot added a commit that referenced this pull request Nov 27, 2018
…9-upstream-release-1.10

Automated cherry pick of #71419: Set deadline for returning backend error
k8s-ci-robot added a commit that referenced this pull request Nov 28, 2018
…9-upstream-release-1.12

Automated cherry pick of #71419: Set deadline for returning backend error
k8s-ci-robot added a commit that referenced this pull request Dec 3, 2018
…9-upstream-release-1.11

Automated cherry pick of #71419: Set deadline for returning backend error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/bug Categorizes issue or PR as related to a bug. lgtm "Looks good to me", indicates that a PR is ready to be merged. priority/critical-urgent Highest priority. Must be actively worked on as someone's top priority right now. release-note Denotes a PR that will be considered when it comes time to generate release notes. sig/api-machinery Categorizes an issue or PR as relevant to SIG API Machinery. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants