|
| 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