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
Also see <<breaking-changes-7.17,Breaking changes in 7.17>>.
5
+
6
+
[[bug-7.17.15]]
7
+
[float]
8
+
=== Bug fixes
9
+
10
+
ILM+SLM::
11
+
* `WaitForSnapshotStep` now verifies that the index belongs to the latest snapshot of that SLM policy {es-pull}100911[#100911] (issue: {es-issue}57809[#57809])
12
+
13
+
Network::
14
+
* Ensure that all failures in `TcpTransport#openConnection` are treated consistently (all exceptions are now passed
15
+
to the listener). {es-pull}101907[#101907] (issue: {es-issue}100510[#100510])
16
+
* Protect `NodeConnectionsService` from stale connections {es-pull}92558[#92558] (issue: {es-issue}92029[#92029])
17
+
18
+
Snapshot/Restore::
19
+
* Fix race condition in `SnapshotsService` {es-pull}101652[#101652]
20
+
21
+
[[upgrade-7.17.15]]
22
+
[float]
23
+
=== Upgrades
24
+
25
+
Packaging::
26
+
* Update bundled JDK to 21.0.1 {es-pull}101133[#101133]
0 commit comments