You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,8 @@ This file is used to list changes made in each version of the AWS ParallelCluste
6
6
3.14.1
7
7
------
8
8
9
-
**ENHANCEMENTS**
10
-
- Ensure clustermgtd runs after cluster update. On success, start it unconditionally. On failure, start it if the queue reconfiguration succeeded.
11
-
12
9
**CHANGES**
10
+
- Improve cluster update resiliency by ensuring clustermgtd is started after updates complete successfully, or after failed updates where queue reconfiguration succeeded.
13
11
- Add chef attribute `cluster/in_place_update_on_fleet_enabled` to disable in-place updates on compute and login nodes
14
12
and mitigate performance impact at scale.
15
13
- Upgrade Slurm to version 24.11.7 (from 24.11.6).
@@ -29,9 +27,9 @@ This file is used to list changes made in each version of the AWS ParallelCluste
29
27
- Open MPI: openmpi40-aws-4.1.7-2 and openmpi50-aws-5.0.8-11
30
28
31
29
**BUG FIXES**
32
-
- Fix incorrect timestamp parsing for chef-client.log in CloudWatch Agent configuration.
33
-
- Prevent cluster readiness check failures due to instances launched while the check is in progress.
34
30
- Fix race condition where compute nodes could deploy the wrong cluster config version after an update failure.
31
+
- Prevent cluster readiness check failures due to instances launched while the check is in progress.
32
+
- Fix incorrect timestamp parsing for chef-client.log in CloudWatch Agent configuration.
0 commit comments