Skip to content

Commit

Permalink
Update 5.3.2 RN with K8 fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Serdaro committed Aug 16, 2023
1 parent ea85987 commit 24f13e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hazelcast/src/main/resources/release_notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ This document lists the enhancements and fixed issues for Hazelcast Platform 5.3

## Fixes

* Renamed the service port for Hazelcast clusters deployed in Kubernetes environments as `hazelcast`.
Previously, the name was `hazelcast-service-port` causing the member auto-discovery (for embedded deployments) to fail. [#25228]
* Fixed an issue where the `getDistributedObjects()` was returning inconsistent results when multiple members are simultaneously joining to the cluster. [#25153]
* Fixed an issue where the Hot Restart procedure was failing on Hazelcast Viridian, when the cluster is in the `FROZEN` state. [#25081]
* Fixed an issue where the retry mechanism for the communications between CP leader and followers was generating too many retries, due to incorrect backoff timeout reset behavior. [#25074]

0 comments on commit 24f13e2

Please sign in to comment.