-
-
Notifications
You must be signed in to change notification settings - Fork 5
Add incident report for April 1st #121
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
Changes from 4 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
e4f5ca6
Add incident report for March 31, 2025
avivkeller 1f701aa
add root cause
avivkeller ea19655
Update and rename 2026-03-31.md to 2026-04-01.md
avivkeller a36ec13
fixup!
avivkeller 4c745a3
Update incidents/2026-04-01.md
avivkeller ee8d5e0
Update incidents/2026-04-01.md
avivkeller bfd2f35
Update incidents/2026-04-01.md
avivkeller 0743036
typo fix
avivkeller d37fe88
Apply suggestions from code review
avivkeller 68ffb85
Update 2026-04-01.md
avivkeller 647385e
Update 2026-04-01.md
avivkeller a7e8610
Update 2026-04-01.md
avivkeller 549e0e5
Update 2026-04-01.md
avivkeller f1f4a2d
Update 2026-04-01.md
avivkeller e6a68e8
Apply suggestion from @MattIPv4
MattIPv4 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,42 @@ | ||
| # 2025-04-01 Incident Report | ||
|
|
||
| - Incident Commander: @MattIPv4 | ||
| - Severity Level: P2 | ||
|
|
||
| For a brief period of time, the downloads page was blank due to a false assumption on their always being a Current version of Node. | ||
|
avivkeller marked this conversation as resolved.
Outdated
|
||
|
|
||
| ## Timeline | ||
|
|
||
| - **2025-04-01 00:00 AM UTC**: Start of impact. Node.js v25.x expected to move from Current to Active LTS. | ||
|
avivkeller marked this conversation as resolved.
Outdated
|
||
|
|
||
| - **2025-04-01 00:14 AM UTC**: Impact identified by [@MattIPv4's monitoring action](https://github.com/MattIPv4/monitors/actions/runs/23825485542) | ||
|
|
||
| - **2025-04-01 00:51 AM UTC**: Impact reported in [OpenJSF Slack](https://openjs-foundation.slack.com/archives/CVAMEJ4UV/p1775004674164609). Investigation began. | ||
|
|
||
| - **2025-04-01 01:00 AM UTC**: Root casued identified. | ||
|
avivkeller marked this conversation as resolved.
Outdated
|
||
|
|
||
| - **2025-04-01 01:20 AM UTC**: [nodejs/nodejs.org#8786](https://github.com/nodejs/nodejs.org/issues/8787) opened to resolve issue. | ||
|
|
||
| - **2025-04-01 01:33 AM UTC**: [nodejs/nodejs.org#8786](https://github.com/nodejs/nodejs.org/issues/8787) merged. Impact resolved shortly after. | ||
|
avivkeller marked this conversation as resolved.
Outdated
|
||
|
|
||
| ## Impact | ||
|
|
||
| Users navigating to `https://nodejs.org/en/download/current` would see a blank page instead of the proper download instructions. | ||
|
avivkeller marked this conversation as resolved.
|
||
|
|
||
| `https://nodejs.org/en/download` was unaffected by this issue. | ||
|
avivkeller marked this conversation as resolved.
Outdated
|
||
|
|
||
| ## Root Cause | ||
|
|
||
| According to a static schedule, on April 1st, 2026, Node.js 25.x was expected to move from Current to Active LTS, however, with v26.x | ||
|
avivkeller marked this conversation as resolved.
Outdated
|
||
| [still unreleased](https://github.com/nodejs/node/pull/62526), this left no Current release left, causing the website to not properly | ||
| render components relying on the Current release of Node.js. | ||
|
avivkeller marked this conversation as resolved.
Outdated
|
||
|
|
||
| ## Fix | ||
|
|
||
| [nodejs/nodejs.org#8786](https://github.com/nodejs/nodejs.org/issues/8787) resolved the issue by changing the detection of a release's `status` | ||
| to require `.lts.isLts` to be `true` before allowing a release to be marked as `Active LTS` or `Maintenance LTS`. | ||
|
|
||
| ## Follow-up Work | ||
|
|
||
| * When possible, avoid relying on [the expected schedule](https://raw.githubusercontent.com/nodejs/Release/main/schedule.json), as various | ||
| delays and circumstances cause this to be inaccurate to actual release dates. | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.