We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0bf3bd commit ed9dd4bCopy full SHA for ed9dd4b
source/reference/command/removeShard.txt
@@ -34,6 +34,15 @@ You can only remove one shard at a time.
34
:dbcommand:`removeShard` returns an error if an existing
35
:dbcommand:`removeShard` operation is in progress.
36
37
+Concurrent ``removeShard`` Operations
38
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
39
+
40
+Starting in MongoDB 4.2.1, you can have more than one
41
+:dbcommand:`removeShard` operation in progress.
42
43
+In MongoDB 4.2.0 and earlier, :dbcommand:`removeShard` returns an error
44
+if another :dbcommand:`removeShard` operation is in progress.
45
46
Access Requirements
47
~~~~~~~~~~~~~~~~~~~
48
0 commit comments