worker: set trackUnmanagedFds to true by default#34394
Closed
addaleax wants to merge 1 commit into
Closed
Conversation
45d72bc to
50fd5a3
Compare
benjamingr
reviewed
Jul 16, 2020
benjamingr
approved these changes
Jul 16, 2020
Trott
approved these changes
Jul 16, 2020
tniessen
approved these changes
Jul 17, 2020
jasnell
approved these changes
Jul 17, 2020
bnoordhuis
approved these changes
Jul 18, 2020
Collaborator
Collaborator
jasnell
approved these changes
Jul 20, 2020
Collaborator
|
CI: https://ci.nodejs.org/job/node-test-pull-request/32448/ (:green_heart:) |
e1adba0 to
8c26de2
Compare
This prevents accidental resource leaks when terminating or exiting Worker that own FDs opened through `fs.open()`. Refs: nodejs#34303
8c26de2 to
d48c223
Compare
Collaborator
5 tasks
Collaborator
jasnell
pushed a commit
that referenced
this pull request
Jul 22, 2020
This prevents accidental resource leaks when terminating or exiting Worker that own FDs opened through `fs.open()`. Refs: #34303 PR-URL: #34394 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Member
|
Landed in 7603c7e |
cjihrig
pushed a commit
that referenced
this pull request
Jul 23, 2020
This prevents accidental resource leaks when terminating or exiting Worker that own FDs opened through `fs.open()`. Refs: #34303 PR-URL: #34394 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
This was referenced Jul 23, 2020
This was referenced Jul 28, 2020
This prevents accidental resource leaks when terminating or exiting
Worker that own FDs opened through
fs.open().Refs: #34303
@nodejs/workers
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes