1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95
|
Release Notes JGroups 2.12.1
============================
Author: Bela Ban
JGroups 2.12.1 is API-backwards compatible with previous versions (down to 2.2.7).
Below is a summary (with links to the detailed description) of the major new features, optimizations and bug fixes.
New features
============
Sample config for large clusters
--------------------------------
[https://issues.jboss.org/browse/JGRP-1307]
Config udp-largecluster.xml was added, serves as blueprint for large clusters. This is work-in-progress.
Optimizations
=============
ExecutionService
----------------
[https://issues.jboss.org/browse/JGRP-1308]
[https://issues.jboss.org/browse/JGRP-1310]
Removed serialization overhead when assigning task to self
Bug fixes
=========
ENCRYPT: use alg provider for cipher creation
----------------------------------------------------
[https://issues.jboss.org/browse/JGRP-1311]
During distribution of the encryption key from the master to each cluster member,
use the configured asym_provider and sym_provider when getting Ciphers.
TCP SocketFactory ignored
-------------------------
[https://issues.jboss.org/browse/JGRP-1312]
Despite setting a custom SocketFactory, it was ignored.
Configuration sanity check: order of protocols was not enforced
---------------------------------------------------------------
[https://issues.jboss.org/browse/JGRP-1305]
E.g. STABLE being below NAKACK would not throw an exception
Custom thread factories, thread pools and timer overridden in init()
--------------------------------------------------------------------
[https://issues.jboss.org/browse/JGRP-1306]
When setting a custom thread factory, pool or timer, they would get overwritten in TP.init()
Manual
======
The manual is online at http://www.jgroups.org/manual/html/index.html
The complete list of features and bug fixes can be found at http://jira.jboss.com/jira/browse/JGRP.
Bela Ban, Kreuzlingen, Switzerland
Vladimir Blagojevic, Toronto, Canada
Richard Achmatowicz, Toronto, Canada
Sanne Grinovero, Newcastle, Great Britain
April 2011
|