v.4.1.1
版本发布时间: 2022-05-11 22:38:18
hekate-io/hekate最新发布版本:v.4.1.3(2022-12-09 22:18:55)
New Features and Improvements:
- Cluster: Add
ClusterServiceFactory#setSeedNodeFailFast(boolean)
flag to control how timeouts are handled when contacting seed nodes.- If set to
false
(default), then network timeout errors will be treated as temporary and the target node will be kept in the list of active seed nodes. - If set to
true
, then network timeout errors will be treated as permanent failures and the target node will be removed from the list of active seed nodes. In Spring Boot applications this flag can be set viahekate.cluster.seed-node-fail-fast
property.
- If set to
Bug fixes:
- Cluster: Do not send redundant join requests to a node if there is already a pending join request to the same node.