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

async_hooks: avoid GC tracking of AsyncResource in ALS by Flarna · Pull Request #34653 · nodejs/node · GitHub

/ node Public

async_hooks: avoid GC tracking of AsyncResource in ALS - #34653

Closed
Flarna wants to merge 1 commit into
nodejs:masterfrom
dynatrace-oss-contrib:als_no_gc_tracking
Closed

async_hooks: avoid GC tracking of AsyncResource in ALS#34653
Flarna wants to merge 1 commit into
nodejs:masterfrom
dynatrace-oss-contrib:als_no_gc_tracking

Conversation

Flarna commented Aug 6, 2020
edited
Loading

Copy link
Copy Markdown
Member

Manually destroy the AsyncResource created by AsyncLocalStore.run() to avoid unneeded GC tracking in case a destroy hooks is present.

nodejs-github-bot added the async_hooks Issues and PRs related to the async hooks subsystem. label Aug 6, 2020
Manually destroy the AsyncResource created by AsyncLocalStore.run() to
avoid unneeded GC tracking in case a destroy hooks is present.
Flarna force-pushed the als_no_gc_tracking branch from bc9d350 to 88e7120 Compare August 6, 2020 21:42

Copy link
Copy Markdown
Collaborator

addaleax commented Aug 6, 2020

Copy link
Copy Markdown
Member

This seems like it should be fairly uncontroversial, 👍 to fast-tracking?

addaleax added the fast-track PRs that do not need to wait for 48 hours to land. label Aug 6, 2020

jasnell commented Aug 7, 2020

Copy link
Copy Markdown
Member

Landed in 014feec

jasnell closed this Aug 7, 2020
jasnell pushed a commit that referenced this pull request Aug 7, 2020
Manually destroy the AsyncResource created by AsyncLocalStore.run() to
avoid unneeded GC tracking in case a destroy hooks is present.

PR-URL: #34653
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Flarna deleted the als_no_gc_tracking branch August 7, 2020 16:12
addaleax pushed a commit that referenced this pull request Aug 8, 2020
Manually destroy the AsyncResource created by AsyncLocalStore.run() to
avoid unneeded GC tracking in case a destroy hooks is present.

PR-URL: #34653
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
codebytere mentioned this pull request Aug 10, 2020
codebytere pushed a commit that referenced this pull request Aug 11, 2020
Manually destroy the AsyncResource created by AsyncLocalStore.run() to
avoid unneeded GC tracking in case a destroy hooks is present.

PR-URL: #34653
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
addaleax pushed a commit that referenced this pull request Sep 22, 2020
Manually destroy the AsyncResource created by AsyncLocalStore.run() to
avoid unneeded GC tracking in case a destroy hooks is present.

PR-URL: #34653
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
codebytere mentioned this pull request Sep 28, 2020
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

async_hooks Issues and PRs related to the async hooks subsystem. fast-track PRs that do not need to wait for 48 hours to land.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL