syntax error

This commit is contained in:
Noble Paul 2019-06-19 12:27:01 +10:00 committed by Noble Paul
parent d12a800467
commit 61292c90ed
1 changed files with 1 additions and 1 deletions

View File

@ -384,7 +384,7 @@ For the above rules to work, all nodes must the started with a system property c
For <<each-function,each>> shard of each collection, distribute replicas equally across the `east` and `west` zones.
[source,json]
{"replica": "#EQUAL", "shard": "#EACH", "nodeset":{"sysprop.zone": ["east", "west"]}}
{"replica": "#EQUAL", "shard": "#EACH", "nodeset":[{"sysprop.zone": "east"},{"sysprop.zone": "west"}]}}
==== Place Replicas Based on Node Role