Skip to content

Commit 614123b

Browse files
authored
DOCSP-28023 Sharding Note (#2752) (#2795)
* DOCSP-28023 Sharding Note (#2752) * DOCSP-28023 Adds note to config server setup * Adds note to auth YAML * Fixes per Jeff * Fixes per Jeff * DOCSP-28854 Fixes build error (#2798) * Removes line to trigger build
1 parent f928083 commit 614123b

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

source/includes/steps-deploy-sharded-cluster-config-server-noauth.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,15 @@ action:
121121
}
122122
)
123123
post: |
124+
124125
See :doc:`/reference/replica-configuration` for more information on
125126
replica set configuration documents.
127+
128+
.. note::
129+
130+
The :method:`rs.initiate` command may take a few seconds to complete.
131+
To use the config server replica set (CSRS) in this procedure, you must wait
132+
until it completes its initialization. If the CSRS has not initialized, you
133+
will see ``NotYetInitialized`` errors when you try to perform operations on a
134+
CSRS member.
126135
...

source/includes/steps-deploy-sharded-cluster-config-server.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,11 @@ action:
9090
]
9191
}
9292
)
93+
post: |
94+
95+
.. note::
96+
97+
To use the config server replica set (CSRS) in this procedure, you must first wait
98+
until it completes its initialization. If the CSRS has not initialized, it causes
99+
``NotYetInitialized`` errors.
93100
...

source/includes/steps-install-mongodb-enterprise-on-debian.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ content: |
6464
6565
apt install apt-transport-https
6666
67-
6867
---
6968
stepnum: 3
7069
level: 4

0 commit comments

Comments
 (0)