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

⚠️ Propagate context on Manager.Start(...) #1205

Merged
merged 1 commit into from Oct 2, 2020

Conversation

vincepri
Copy link
Member

@vincepri vincepri commented Oct 2, 2020

This change reshuffles how the manager accepts and operates on
a context. With this change, the user experience is greatly improved,
users can now use ctrl.SetupSignalHandler() to create a context, enrich
it if they want to, and pass it to manager.Start.

In addition, this PR changes how the context and stop channel are
handled internally to ensure proper cancellation.

/assign @alvaroaleman
/milestone v0.7.x

@k8s-ci-robot k8s-ci-robot added this to the v0.7.x milestone Oct 2, 2020
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Oct 2, 2020
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: vincepri

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 approved Indicates a PR has been approved by an approver from all required OWNERS files. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Oct 2, 2020
go.mod Outdated Show resolved Hide resolved
This change reshuffles how the manager accepts and operates on
a context. With this change, the user experience is greatly improved,
users can now use `ctrl.SetupSignalHandler()` to create a context, enrich
it if they want to, and pass it to `manager.Start`.

In addition, this PR changes how the context and stop channel are
handled internally to ensure proper cancellation.

Signed-off-by: Vince Prignano <vincepri@vmware.com>
@k8s-ci-robot
Copy link
Contributor

k8s-ci-robot commented Oct 2, 2020

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

Test name Commit Details Rerun command
pull-controller-runtime-apidiff-master 0f46012 link /test pull-controller-runtime-apidiff-master

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.

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.

Copy link
Member

@alvaroaleman alvaroaleman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Oct 2, 2020
@k8s-ci-robot k8s-ci-robot merged commit 8ce28b5 into kubernetes-sigs:master Oct 2, 2020
@EronWright
Copy link

Would like to point out that this PR may have a secondary positive effect on test suites which utilize the controller test framework. By propagating the manager's cancelable context to the event sources, and then to the cache during its initial sync, we avoid a possible deadlock due to the cache sync occurring after the manager (and its cache) has been stopped. In other words, folks should see fewer spurious test failures.

@vincepri
Copy link
Member Author

vincepri commented Feb 3, 2021

@EronWright Thanks for pointing that out! I actually noticed the same on some flaky test within the Cluster API project, the other PR that merged a few days ago #1354 also helps if you need to wait for the cache to sync during tests.

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. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants