mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-09 22:51:02 +00:00
clarified configuration error message on internal port mismatch.
This commit is contained in:
parent
cfedda29ef
commit
69e1372d4a
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ var (
|
|||
ErrConfigClusterTypeInvalid = errors.New("invalid cluster type")
|
||||
ErrConfigClusterTypeMissing = errors.New("missing cluster type")
|
||||
ErrConfigHostsMissing = errors.New("missing bind address in cluster hosts")
|
||||
ErrConfigBroadcastPort = errors.New("missing broadcast port in internal-hosts")
|
||||
ErrConfigBroadcastPort = errors.New("internal-port not found in internal-hosts")
|
||||
ErrConfigHostsMismatch = errors.New("hosts and internal-hosts length mismatch")
|
||||
ErrConfigReplicaNInvalid = errors.New("replica number must be <= hosts")
|
||||
ErrConfigGossipSeed = errors.New("invalid gossip seed")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue