hazelcast / hazelcast/hz-docs

Add a note on the property `hazelcast.tcp.join.port.try.count`

Open
#712 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
11
Forks
112
Avg merge
20h 29m
Merged PRs (30d)
19

Description

Hazelcast member address list configuration accepts IP addresses and hostnames, with or without port information. When no port is defined, Hazelcast checks 3 consecutive ports to see if there is a member there.
For example, for member address 192.168.12.12, if member port configuration is 5701, Hazelcast will search members in the following addresses: 192.168.12.12:5701, 192.168.12.12:5702 and 192.168.12.12:5703

The number of ports to try may be changed by the property `hazelcast.tcp.join.port.try.count` which is 3 by default.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.