File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments