From 21f2ef549529b17fbd97949c28c7a078e4d21559 Mon Sep 17 00:00:00 2001 From: Giacomo Marciani Date: Fri, 7 Aug 2026 13:17:47 -0400 Subject: [PATCH] [Docs] Fixes to changelog for release 3.16.0. --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b38aac1..8f554459 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,8 +11,9 @@ This file is used to list changes made in each version of the aws-parallelcluste **BUG FIXES** - Fix clustermgtd failing to detect compute node bootstrap timeouts, which prevented the cluster from entering protected mode. -- Fix an issue where compute nodes are incorrectly replaced when launching a large number of nodes due to eventual consistency. -- Fix an issue where starting the compute fleet may not reliably recover the cluster from 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. - Fix an issue where static nodes in a maintenance reservation enter a terminate/relaunch loop when being replaced. 3.15.0