-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Conversation
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.
Codecov Report
@@ 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
Continue to review full report at Codecov.
|
looks like prow agrees \o/ |
/assign @psschwei @nader-ziada |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[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 |
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 agreesRelease Note