Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This file is used to list changes made in each version of the aws-parallelcluste
- Fix clustermgtd failing to detect compute node bootstrap timeouts, which prevented the cluster from entering protected mode.
- Fix an issue where compute nodes are replaced when launching a large number of nodes due to eventual consistency.
- Fix a race condition where a fleet start was not enough to exit protected mode.
Even if ParallelCluster was not launching new nodes, issuing the start too early, while some nodes were still coming up, could leave the fleet in protected mode.
This race condition is triggered when a fleet stop is issued on a fleet transitioning into protected mode while some of its nodes are powering up.
- Fix an issue where static nodes in a maintenance reservation enter a terminate/relaunch loop when being replaced.

3.15.0
Expand Down
Loading