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

Initialize nginx process error channel #4476

Merged
merged 1 commit into from
Aug 22, 2019
Merged

Initialize nginx process error channel #4476

merged 1 commit into from
Aug 22, 2019

Conversation

antoineco
Copy link
Contributor

@antoineco antoineco commented Aug 22, 2019

What this PR does / why we need it:

The goroutine created by (*NGINXController) start() remains asleep forever without that necessary initialization. As a result, the <-n.ngxErrCh select case is never visited, and the main nginx process isn't respawned after it returns.

Leftover from #2164

/kind bug

goroutines that write to ngxErrCh remain asleep forever without that
necessary initialization.
@k8s-ci-robot k8s-ci-robot added kind/bug Categorizes issue or PR as related to a bug. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Aug 22, 2019
@aledbf
Copy link
Member

aledbf commented Aug 22, 2019

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Aug 22, 2019
@aledbf
Copy link
Member

aledbf commented Aug 22, 2019

@antoineco thanks!

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: aledbf, antoineco

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 Aug 22, 2019
@k8s-ci-robot k8s-ci-robot merged commit 82b241c into kubernetes:master Aug 22, 2019
@antoineco antoineco deleted the bug/nil-err-channel branch August 22, 2019 16:46
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. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants