Skip to content

Bug 1796531: CARRY: fix race updating exclude IPs on node switch#83

Merged
openshift-merge-robot merged 1 commit intoopenshift:masterfrom
dcbw:fix-exclude-ips
Jan 31, 2020
Merged

Bug 1796531: CARRY: fix race updating exclude IPs on node switch#83
openshift-merge-robot merged 1 commit intoopenshift:masterfrom
dcbw:fix-exclude-ips

Conversation

@dcbw
Copy link
Contributor

@dcbw dcbw commented Jan 28, 2020

When nodes are added to the cluster, it may be that our pod add
handler is waiting for the node switch to show up. It might win
the race and create the pod between our node switch being
created in master.go and the exclude IPs being updated immediately
after. Fix this by reverting to setting the exclude IPs during
logical switch creation.

This is essentially a revert of part of 806dff11

Fixes: 80d6dff

@openshift-ci-robot openshift-ci-robot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Jan 28, 2020
@openshift-ci-robot openshift-ci-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Jan 28, 2020
@dcbw
Copy link
Contributor Author

dcbw commented Jan 29, 2020

Failures are supposedly due to openshift/installer#3007 (per abhinav)

/test e2e-aws-ovn

@dcbw
Copy link
Contributor Author

dcbw commented Jan 30, 2020

/test e2e-aws-ovn

@dcbw
Copy link
Contributor Author

dcbw commented Jan 30, 2020

Now that openshift/origin#24477 is in...

/test e2e-aws-ovn

@dcbw dcbw changed the title CARRY: fix race updating exclude IPs on node switch Bug 1796531: CARRY: fix race updating exclude IPs on node switch Jan 30, 2020
@openshift-ci-robot
Copy link
Contributor

@dcbw: This pull request references Bugzilla bug 1796531, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker.

Details

In response to this:

Bug 1796531: CARRY: fix race updating exclude IPs on node switch

Instructions 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/test-infra repository.

@openshift-ci-robot openshift-ci-robot added the bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. label Jan 30, 2020
@dcbw
Copy link
Contributor Author

dcbw commented Jan 30, 2020

Cloud Credential Operator issue: time="2020-01-30T16:15:28Z" level=fatal msg="the server was unable to return a response in the time allotted, but may still be processing the request (get infrastructures.config.openshift.io cluster)"

/test e2e-aws-ovn

When nodes are added to the cluster, it may be that our pod add
handler is waiting for the node switch to show up. It might win
the race and create the pod between our node switch being
created in master.go and the exclude IPs being updated immediately
after. Fix this by reverting to setting the exclude IPs during
logical switch creation.

This is essentially a revert of part of 80d6dff

Fixes: 80d6dff
@dcbw
Copy link
Contributor Author

dcbw commented Jan 31, 2020

KubeAPILatencyHigh alert for AWS, unrelated flakes for GCP.

/retest

@dcbw
Copy link
Contributor Author

dcbw commented Jan 31, 2020

@rcarrillocruz
Copy link
Contributor

/retest

@openshift-ci-robot
Copy link
Contributor

openshift-ci-robot commented Jan 31, 2020

@dcbw: The following test failed, say /retest to rerun all failed tests:

Test name Commit Details Rerun command
ci/prow/e2e-gcp-ovn e583fdf link /test e2e-gcp-ovn

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

Details

Instructions 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/test-infra repository. I understand the commands that are listed here.

@rcarrillocruz
Copy link
Contributor

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Jan 31, 2020
@openshift-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dcbw, rcarrillocruz

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details 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

@openshift-merge-robot openshift-merge-robot merged commit 6cc7686 into openshift:master Jan 31, 2020
@openshift-ci-robot
Copy link
Contributor

@dcbw: All pull requests linked via external trackers have merged. Bugzilla bug 1796531 has been moved to the MODIFIED state.

Details

In response to this:

Bug 1796531: CARRY: fix race updating exclude IPs on node switch

Instructions 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/test-infra repository.

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. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. lgtm Indicates that a PR is ready to be merged. 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.

5 participants