FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

cluster: fix fd leak by theanarkh · Pull Request #43650 · nodejs/node · GitHub

/ node Public

cluster: fix fd leak - #43650

Merged
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
theanarkh:fix_fd_leak
Jul 11, 2022
Merged

cluster: fix fd leak#43650
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
theanarkh:fix_fd_leak

Conversation

theanarkh commented Jul 1, 2022
edited
Loading

Copy link
Copy Markdown
Contributor

The worker should close the handle when the connections is not accepted.
cc @cjihrig

  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Affected subsystem: cluster

nodejs-github-bot added cluster Issues and PRs related to the cluster subsystem. needs-ci PRs that need a full CI run. labels Jul 1, 2022
F3n67u added the request-ci Add this label to start a Jenkins CI on a PR. label Jul 2, 2022
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Jul 2, 2022

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Contributor Author

@mcollina @ShogunPanda Hi ! can you help review this PR ? Thanks !

ShogunPanda left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM!

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

mcollina left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

lgtm

mcollina added commit-queue Add this label to land a pull request using GitHub Actions. and removed needs-ci PRs that need a full CI run. labels Jul 11, 2022
nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Jul 11, 2022
nodejs-github-bot merged commit b532dca into nodejs:main Jul 11, 2022

Copy link
Copy Markdown
Collaborator

Landed in b532dca

targos pushed a commit that referenced this pull request Jul 12, 2022
PR-URL: #43650
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
targos pushed a commit that referenced this pull request Jul 20, 2022
PR-URL: #43650
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
targos pushed a commit that referenced this pull request Jul 31, 2022
PR-URL: #43650
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
guangwong pushed a commit to noslate-project/node that referenced this pull request Oct 10, 2022
PR-URL: nodejs/node#43650
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cluster Issues and PRs related to the cluster subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants


Back | FazBrowse Home | New Git URL