Skip to content

Commit d3f6ead

Browse files
4.2.0 release notes updates
1 parent aadc89b commit d3f6ead

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

release-notes/4.2.0.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,18 @@ This section is **incomplete** and will be expanded as 4.2 approaches its releas
184184

185185
GitHub issue: [#14401](https://github.com/rabbitmq/rabbitmq-server/pull/14401)
186186

187+
* Schema data store (Khepri) read concurrency optimizations that can lead to low doublt digit percent
188+
throughput gains on nodes with larger numbers of cores.
189+
190+
GitHub issue: [#14530](https://github.com/rabbitmq/rabbitmq-server/pull/14530)
191+
192+
* Two new `rabbitmq.conf`, settings `log.summarize_process_state` and `log.error_logger_format_depth`, can be used
193+
to significantly reduce the amount of queue member (replica) state logged in case of an abnormal termination.
194+
195+
Limiting logging helps avoid memory allocation spikes.
196+
197+
GitHub issues: [#14349](https://github.com/rabbitmq/rabbitmq-server/discussions/14349), [#14523](https://github.com/rabbitmq/rabbitmq-server/pull/14523)
198+
187199
* When a configured [authentication or authorization backend](https://www.rabbitmq.com/docs/access-control#backends) comes from a known
188200
plugin but the plugin is not enabled, the node will now refuse to start.
189201

0 commit comments

Comments
 (0)