From ad7231b1b5227f2ba9baa58c1c436ff9a95d2c67 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 16 Apr 2013 20:15:04 +0200 Subject: Prepare release --- erts/doc/src/notes.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'erts/doc') diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index c9c46afa4b..3a2c644ff7 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -30,6 +30,29 @@

This document describes the changes made to the ERTS application.

+
Erts 5.10.1.2 + +
Fixed Bugs and Malfunctions + + +

+ A bug in the implementation of offline schedulers has + been fixed. The bug was introduced in OTP-R16A/ERTS-5.10, + and caused work-stealing between schedulers to fail. This + in turn, caused work to accumulate in some run-queues. + The bug was only triggered when there were offline + schedulers in the system, i.e., when the amount of online + schedulers was less than the total amount of schedulers. + The effect of the bug got more severe the larger amount + of offline schedulers the system had.

+

+ Own Id: OTP-11022 Aux Id: OTP-9892

+
+
+
+ +
+
Erts 5.10.1.1
Fixed Bugs and Malfunctions -- cgit v1.2.3