JDK-8226244 : Load balance requests across servers
  • Type: Enhancement
  • Component: security-libs
  • Sub-Component: javax.net.ssl
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2019-06-17
  • Updated: 2020-08-05
  • Resolved: 2020-08-05
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 16
16Resolved
Related Reports
Duplicate :  
Relates :  
Description
With JDK-8211018, the SunJSSE provider supports session resumption without server-side state.  Based on JDK-8211018, it is possible to support load balance requests across servers so as to increasing reliability and availability.

Basically if a session ticket wrapped at one server could be unwrapped at another server, applications can deploy the server in multiple nodes and support load balance.