Commit 7b07803a authored by Levin Zimmermann's avatar Levin Zimmermann

fixup! Node: Add support for NEO cluster with > 1 master

parent 0cb61251
......@@ -110,7 +110,7 @@ func (node *_MasteredNode) TalkMaster(ctx context.Context, f func(context.Contex
// start logging with initial NID (that might be temporary, and which master can tell us to change)
ctx0 := ctx
// When a node is created with "NewNode", we don't now yet, which of the
// When a node is created with "NewNode", we don't know yet, which of the
// the provided master nodes is the primary master. We'll figure this our here
// and simply start with the first node.
// We don't assign 'MasterAddr' in 'NewNode', because master nodes are also
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment