Skip to content

Commit db8a945

Browse files
committed
Redis 3.2.8.
1 parent 7178cac commit db8a945

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

00-RELEASENOTES

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,35 @@ HIGH: There is a critical bug that may affect a subset of users. Upgrade!
1010
CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
1111
--------------------------------------------------------------------------------
1212

13+
================================================================================
14+
Redis 3.2.8 Released Sun Feb 12 16:11:18 CET 2017
15+
================================================================================
16+
17+
Upgrade urgency CRITICAL: This release reverts back the Jemalloc upgrade
18+
that is believed to potentially cause a server
19+
deadlock. A MIGRATE crash is also fixed.
20+
21+
Two important bug fixes, the first of one is critical:
22+
23+
1. Apparently Jemalloc 4.4.0 may contain a deadlock under particular
24+
conditions. See https://github.com/antirez/redis/issues/3799.
25+
We reverted back to the previously used Jemalloc versions and plan
26+
to upgrade Jemalloc again after having more info about the
27+
cause of the bug.
28+
29+
2. MIGRATE could crash the server after a socket error. See for reference:
30+
https://github.com/antirez/redis/issues/3796.
31+
32+
List of commits:
33+
34+
antirez in commit 7178cac:
35+
Revert "Jemalloc updated to 4.4.0."
36+
150 files changed, 6330 insertions(+), 17245 deletions(-)
37+
38+
antirez in commit 33fad43:
39+
Fix MIGRATE closing of cached socket on error.
40+
1 file changed, 23 insertions(+), 6 deletions(-)
41+
1342
================================================================================
1443
Redis 3.2.7 Released Tue Jan 31 16:21:41 CET 2017
1544
================================================================================

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#define REDIS_VERSION "3.2.7"
1+
#define REDIS_VERSION "3.2.8"

0 commit comments

Comments
 (0)