Skip to content

Commit 8fad865

Browse files
committed
added Ditto 3.5.9 release notes
Signed-off-by: Thomas Jäckle <[email protected]>
1 parent 41ef121 commit 8fad865

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed

documentation/src/main/resources/_data/sidebars/ditto_sidebar.yml

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ entries:
2323
- title: Release Notes
2424
output: web
2525
folderitems:
26+
- title: 3.5.9
27+
url: /release_notes_359.html
28+
output: web
2629
- title: 3.5.8
2730
url: /release_notes_358.html
2831
output: web
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
title: Release notes 3.5.9
3+
tags: [release_notes]
4+
published: true
5+
keywords: release notes, announcements, changelog
6+
summary: "Version 3.5.9 of Eclipse Ditto, released on 14.06.2024"
7+
permalink: release_notes_359.html
8+
---
9+
10+
This is a bugfix release, no new features since [3.5.8](release_notes_358.html) were added.
11+
12+
## Changelog
13+
14+
Compared to the latest release [3.5.8](release_notes_358.html), the following changes and bugfixes were added.
15+
16+
### Bugfixes
17+
18+
This is a complete list of the
19+
[merged pull requests](https://github.com/eclipse-ditto/ditto/pulls?q=is%3Apr+milestone%3A3.5.9).
20+
21+
#### Fix performance regression issue when running against MongoDB 6 - part 3
22+
23+
In Ditto [3.5.7](release_notes_357.html) and [3.5.8](release_notes_358.html) a MongoDB `aggregation` query done by Ditto
24+
as part of background deletion was aimed to be optimized.
25+
This fix provided in PRs [#1956](https://github.com/eclipse-ditto/ditto/pull/1956) and [#1961](https://github.com/eclipse-ditto/ditto/pull/1961) however were not completely sufficient to fix the performance
26+
and reduce the disk read IOPS.
27+
28+
PR [#1964](https://github.com/eclipse-ditto/ditto/pull/1964) now in total adds 3 new indexes to the "snapshot" collections.
29+
Those however are not configured by default, they must be configured as documented in the newly added
30+
[MongoDB tuning](installation-operating.html#mongodb-tuning) section:
31+
[Background aggregation queries](installation-operating.html#background-aggregation-queries).
32+
33+
If you encounter performance issues and many disk read IOPS done in MongoDB version 6 (and maybe above), please check
34+
those settings.
35+
36+
37+
### Helm Chart
38+
39+
The [Ditto Helm Chart](https://github.com/eclipse-ditto/ditto/tree/master/deployment/helm) contained some configuration
40+
bugs and enhancements which are also addressed with this bugfix release.
41+
42+
#### Make logstash buffer sizes configurable
43+
44+
PR [#1963](https://github.com/eclipse-ditto/ditto/pull/1963) make the logstash buffer sizes used in `logback.xml` files
45+
of the Ditto services configurable via environment variables.
46+
The configuration were also exposed to the Ditto Helm chart in that PR.

0 commit comments

Comments
 (0)