Chapter 9. Updates and Enhancements in 7.3.3
9.1. Data Grid Server Upgraded to JBoss Enterprise Application Platform (EAP) 7.2.4 Copy linkLink copied to clipboard!
Data Grid server is upgraded to EAP 7.2.4, which provides performance improvements and includes several CVE fixes to enhance security.
9.2. Native S3 Ping for Amazon Web Services (AWS) Copy linkLink copied to clipboard!
Changes to the AWS S3 API require Data Grid to use NATIVE_S3_PING instead of the JGroups S3_PING protocol.
JGroups S3_PING no longer works for server discovery on AWS. You should migrate any existing S3_PING configurations to NATIVE_S3_PING.
For more information, see the following:
- Amazon Web Services in the Red Hat Data Grid User Guide.
- JGroups Subsystem Configuration in the Red Hat Data Grid Server Guide.
- Amazon S3 Update on SigV2 deprecation
9.3. Changes to Flow Control in JGroups Transport Stacks Copy linkLink copied to clipboard!
This release includes changes that improve transport layer performance for Data Grid clusters in Library Mode:
-
Data Grid adds JGroups Unicast Flow Control (
UFC) to defaultTCPtransport stacks.UFCprevents nodes from sending asynchronous messages to other nodes when the JGroups thread pool for the receiving nodes reaches maximum capacity. When this occurs, receiving nodes start discarding messages but sending nodes keep re-sending them. -
The value for the
max_creditsattribute forUFCandMFCincreases to3mfrom the JGroups default of2m. This attribute sets the maximum number of bytes that one node can send to another without an acknowledgment from the receiving node.
-
UFCis already included in the defaultUDPtransport stack for Library Mode. -
In Server Mode, Data Grid uses non-blocking flow control (
UFC_NBandMFC_NB) as default.
9.4. REST Endpoint Authorization Copy linkLink copied to clipboard!
The Data Grid REST endpoint now allows access to caches that are configured for authorization.
This enhancement resolves the issues outlined in this KCS Solution.
9.5. Protostream Library Updated to 4.2.4.Final Copy linkLink copied to clipboard!
The protostream library component in Data Grid is updated to 4.2.4.Final.