File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -166,3 +166,7 @@ potential failure scenarios and available resolutions:
166
166
splits <sharding-procedure-create-split>`. Replace the config server
167
167
as soon as possible. If all multiple config databases become
168
168
unavailable, the cluster can become inoperable.
169
+
170
+ .. note::
171
+
172
+ All config servers must be running when you first set up a shard cluster.
Original file line number Diff line number Diff line change @@ -334,6 +334,10 @@ database. MongoDB only writes data to the config server to:
334
334
335
335
- migrate a chunk between shards.
336
336
337
+ Additionally, all config servers must be available on initial setup
338
+ of a shard cluster, each :program:`mongos` instance must be able
339
+ to write to the ``config.version`` collection.
340
+
337
341
If one or two configuration instances become unavailable, the
338
342
cluster's metadata becomes *read only*. It is still possible to read
339
343
and write data from the shards, but no chunk migrations or splits will
You can’t perform that action at this time.
0 commit comments