@@ -15,6 +15,8 @@ Aggregations::
15
15
Allocation::
16
16
* Avoid copying during iteration of all shards in routing table {es-pull}94417[#94417]
17
17
* Avoid duplicate application of `RoutingTable` diff {es-pull}94379[#94379]
18
+ * Balance priorities during reconciliation {es-pull}95454[#95454]
19
+ * Fix `RebalanceOnlyWhenActiveAllocationDecider` {es-pull}96025[#96025]
18
20
* Streamline `AsyncShardFetch#getNumberOfInFlightFetches` {es-pull}93632[#93632] (issue: {es-issue}93631[#93631])
19
21
20
22
Application::
@@ -37,17 +39,21 @@ DLM::
37
39
38
40
Data streams::
39
41
* Allow deletion of component templates that are specified in the `ignore_missing_component_templates` array {es-pull}95527[#95527]
42
+ * Fix searching a filtered and unfiltered data stream alias {es-pull}95865[#95865] (issue: {es-issue}95786[#95786])
40
43
41
44
Distributed::
45
+ * Check shard availability before including in stats {es-pull}96015[#96015] (issues: {es-issue}96000[#96000], {es-issue}87001[#87001])
42
46
* Fix `GetPipelineResponse` equality {es-pull}93695[#93695]
43
47
44
48
Engine::
45
49
* Ensure refresh to return the latest commit generation {es-pull}94249[#94249]
46
50
47
51
Geo::
52
+ * Adjust `BoundedGeoHexGridTiler#FACTOR` to prevent missing hits {es-pull}96088[#96088] (issue: {es-issue}96057[#96057])
48
53
* Fix bug where `geo_line` does not respect `sort_order` {es-pull}94734[#94734] (issue: {es-issue}94733[#94733])
49
54
50
55
ILM+SLM::
56
+ * Retry downsample ILM action using a new target index {es-pull}94965[#94965] (issue: {es-issue}93580[#93580])
51
57
* Strip disallowed chars from generated snapshot name {es-pull}95767[#95767] (issue: {es-issue}95593[#95593])
52
58
* [ILM] Fix the migrate to tiers service and migrate action tiers configuration {es-pull}95934[#95934]
53
59
@@ -87,6 +93,7 @@ Search::
87
93
Snapshot/Restore::
88
94
* Cancel cold cache prewarming tasks if store is closing {es-pull}95891[#95891] (issue: {es-issue}95504[#95504])
89
95
* Fix 0 default value for repo snapshot speed {es-pull}95854[#95854] (issue: {es-issue}95561[#95561])
96
+ * Fix Azure `InputStream#read` method {es-pull}96034[#96034]
90
97
* Stop sorting indices in get-snapshots API {es-pull}94890[#94890]
91
98
92
99
Transform::
@@ -296,6 +303,7 @@ Packaging::
296
303
* Bump bundled JDK to Java `20.0.1` {es-pull}95359[#95359]
297
304
298
305
Search::
306
+ * Upgrade Lucene to the final 9.6.0 release {es-pull}95967[#95967]
299
307
* Upgrade to `lucene-9.6.0-snapshot-8a815153fbe` {es-pull}94635[#94635]
300
308
* Upgrade to `lucene-9.6.0-snapshot-f5d1e1c787c` {es-pull}94494[#94494]
301
309
0 commit comments