fix(host): dev site seed no longer targets the metrics port; validator rejects seed-vs-MetricsPort
This commit is contained in:
@@ -11,9 +11,10 @@
|
||||
"NodeName": "node-a"
|
||||
},
|
||||
"Cluster": {
|
||||
"_seedNodes": "Host-0xx: second entry is the FUTURE node-b remoting port (8085) for a two-node localhost site. It must be an Akka remoting endpoint — never this node's GrpcPort (8083) or MetricsPort (8084); StartupValidator rejects both.",
|
||||
"SeedNodes": [
|
||||
"akka.tcp://scadabridge@localhost:8082",
|
||||
"akka.tcp://scadabridge@localhost:8084"
|
||||
"akka.tcp://scadabridge@localhost:8085"
|
||||
],
|
||||
"SplitBrainResolverStrategy": "keep-oldest",
|
||||
"StableAfter": "00:00:15",
|
||||
|
||||
Reference in New Issue
Block a user