这是indexloc提供的服务,不要输入任何密码
Skip to content

Drop now-unneeded unix socket from queue proxy #12298

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

Merged
merged 1 commit into from
Nov 17, 2021

Conversation

julz
Copy link
Member

@julz julz commented Nov 17, 2021

The unix socket listener was added so that the exec probe could avoid
doing the whole tcp networking stack dance when it was spawned every
second, but we no longer use an exec probe in Queue Proxy so nothing is
contacting the socket any more.

WIP: let's see if prow agrees

Release Note

Drops the unix socket listener from Queue Proxy, since it is no longer used

The unix socket listener was added so that the exec probe could avoid
doing the whole tcp networking stack dance when it was spawned every
second, but we no longer use an exec probe in Queue Proxy so nothing is
contacting the socket any more.
@knative-prow-robot knative-prow-robot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Nov 17, 2021
@google-cla google-cla bot added the cla: yes Indicates the PR's author has signed the CLA. label Nov 17, 2021
@knative-prow-robot knative-prow-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. area/autoscale area/networking approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Nov 17, 2021
@codecov
Copy link

codecov bot commented Nov 17, 2021

Codecov Report

Merging #12298 (ac2a1ed) into main (83c5bd5) will increase coverage by 0.11%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main   #12298      +/-   ##
==========================================
+ Coverage   87.33%   87.45%   +0.11%     
==========================================
  Files         195      195              
  Lines        9610     9595      -15     
==========================================
- Hits         8393     8391       -2     
+ Misses        938      924      -14     
- Partials      279      280       +1     
Impacted Files Coverage Δ
cmd/queue/main.go 0.53% <0.00%> (+0.03%) ⬆️
pkg/autoscaler/statserver/server.go 77.66% <0.00%> (-1.95%) ⬇️
pkg/autoscaler/statforwarder/leases.go 75.53% <0.00%> (-1.44%) ⬇️
pkg/autoscaler/scaling/multiscaler.go 89.09% <0.00%> (+1.81%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 83c5bd5...ac2a1ed. Read the comment docs.

@julz
Copy link
Member Author

julz commented Nov 17, 2021

looks like prow agrees \o/

@julz julz changed the title WIP: Drop now-unneeded unix socket from queue proxy Drop now-unneeded unix socket from queue proxy Nov 17, 2021
@knative-prow-robot knative-prow-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Nov 17, 2021
@julz
Copy link
Member Author

julz commented Nov 17, 2021

/assign @psschwei @nader-ziada

Copy link
Contributor

@psschwei psschwei left a comment

Choose a reason for hiding this comment

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

/lgtm

@knative-prow-robot knative-prow-robot added the lgtm Indicates that a PR is ready to be merged. label Nov 17, 2021
@knative-prow-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: julz, psschwei

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

@knative-prow-robot knative-prow-robot merged commit e3e3231 into knative:main Nov 17, 2021
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. area/autoscale area/networking cla: yes Indicates the PR's author has signed the CLA. 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.

4 participants