Skip to content

Commit 43dff0e

Browse files
author
Dave
authored
DOCSP-19672 BACKPORT (#374)
1 parent c3c7150 commit 43dff0e

File tree

9 files changed

+10
-136
lines changed

9 files changed

+10
-136
lines changed

config/redirects

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1410,6 +1410,7 @@ raw: /master/release-notes/3.0-general-improvements -> ${base}/release-notes/3.0
14101410
[v4.0-*]: /${version}/reference/command/authSchemaUpgrade -> ${base}/${version}/core/security-scram/
14111411
[v4.0-*]: /${version}/reference/command/copydbgetnonce -> ${base}/${version}/reference/command/copydb/
14121412
[v4.0-*]: /${version}/reference/command/resync -> ${base}/${version}/core/master-slave/
1413+
[v4.0-*]: /${version}/reference/command/splitChunk -> ${base}/${version}/tutorial/split-chunks-in-sharded-cluster/
14131414
[v4.0-*]: /${version}/reference/program/mongoperf -> ${base}/${version}/reference/program/
14141415
[v4.0-*]: /${version}/tutorial/perform-two-phase-commits -> ${base}/${version}/core/transactions/
14151416
[v4.0-*]: /${version}/tutorial/install-mongodb-on-linux -> ${base}/${version}/administration/install-on-linux/

source/core/timeseries/timeseries-limitations.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ When using sharded time series collections, you cannot:
154154
- Run sharding administration commands, including:
155155

156156
- :dbcommand:`moveChunk`
157-
- :dbcommand:`splitChunk`
158157

159158
Shard Zones
160159
```````````

source/reference/built-in-roles.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,6 @@ Cluster Administration Roles
268268
- :authaction:`enableSharding`
269269
- :authaction:`refineCollectionShardKey` (New in 4.4)
270270
- :authaction:`moveChunk`
271-
- :authaction:`splitChunk`
272271
- :authaction:`splitVector`
273272

274273
:authrole:`clusterManager` provides additional privileges for the
@@ -300,7 +299,6 @@ Cluster Administration Roles
300299
- :authaction:`moveChunk`
301300
- :authaction:`planCacheRead`
302301
- :authaction:`remove`
303-
- :authaction:`splitChunk`
304302
- :authaction:`splitVector`
305303
- :authaction:`update`
306304

@@ -356,7 +354,6 @@ Cluster Administration Roles
356354
- :authaction:`insert`
357355
- :authaction:`moveChunk`
358356
- :authaction:`remove`
359-
- :authaction:`splitChunk`
360357
- :authaction:`splitVector`
361358
- :authaction:`update`
362359

source/reference/command.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -550,10 +550,6 @@ Sharding Commands
550550

551551
- Creates a new :term:`chunk`.
552552

553-
* - :dbcommand:`splitChunk`
554-
555-
- Internal command to split chunk. Instead use the methods :method:`sh.splitFind()` and :method:`sh.splitAt()`.
556-
557553
* - :dbcommand:`splitVector`
558554

559555
- Internal command that determines split points.

source/reference/command/mergeChunks.txt

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,19 +71,15 @@ The :dbcommand:`mergeChunks` command takes the following fields:
7171

7272
- array
7373

74-
- An array that contains the minimum and maximum key values of the new
75-
chunk.
74+
- An array that contains the minimum and maximum key values of the
75+
new chunk.
7676

7777

7878
Access Control
7979
--------------
8080

8181
On deployments running with :setting:`~security.authorization`, the
82-
user must have access that includes the following privileges:
83-
84-
- :authaction:`splitChunk` action on the collection.
85-
86-
The built-in role :authrole:`clusterManager` provides the required
82+
built-in role :authrole:`clusterManager` provides the required
8783
privileges.
8884

8985
Behavior

source/reference/command/nav-sharding.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,6 @@ Sharding Commands
162162

163163
- Creates a new :term:`chunk`.
164164

165-
* - :dbcommand:`splitChunk`
166-
167-
- Internal command to split chunk. Instead use the methods :method:`sh.splitFind()` and :method:`sh.splitAt()`.
168-
169165
* - :dbcommand:`splitVector`
170166

171167
- Internal command that determines split points.
@@ -215,7 +211,6 @@ Sharding Commands
215211
/reference/command/shardCollection
216212
/reference/command/shardingState
217213
/reference/command/split
218-
/reference/command/splitChunk
219214
/reference/command/splitVector
220215
/reference/command/unsetSharding
221216
/reference/command/updateZoneKeyRange

source/reference/command/splitChunk.txt

Lines changed: 0 additions & 100 deletions
This file was deleted.

source/reference/privilege-actions.txt

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -554,10 +554,10 @@ Sharding Actions
554554

555555
.. authaction:: moveChunk
556556

557-
User can perform the :dbcommand:`moveChunk` command. In addition, user
558-
can perform the :dbcommand:`movePrimary` command provided that the privilege
559-
is applied to an appropriate database resource. Apply this action to database
560-
or collection resources.
557+
User can perform the :dbcommand:`moveChunk` command. In addition,
558+
user can perform the :dbcommand:`movePrimary` command provided that
559+
the privilege is applied to an appropriate database resource. Apply
560+
this action to database or collection resources.
561561

562562
.. authaction:: removeShard
563563

@@ -569,16 +569,10 @@ Sharding Actions
569569
User can perform the :dbcommand:`shardingState` command. Apply this
570570
action to the ``cluster`` resource.
571571

572-
.. authaction:: splitChunk
573-
574-
User can perform the :dbcommand:`splitChunk` command and the
575-
:dbcommand:`mergeChunks` command. Apply this action to database or
576-
collection resources.
577-
578572
.. authaction:: splitVector
579573

580-
User can perform the :dbcommand:`splitVector` command. Apply this action to
581-
database or collection resources.
574+
User can perform the :dbcommand:`splitVector` command. Apply this
575+
action to database or collection resources.
582576

583577
Server Administration Actions
584578
-----------------------------

source/reference/sharding.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -312,10 +312,6 @@ The following database commands support :term:`sharded clusters
312312

313313
- Creates a new :term:`chunk`.
314314

315-
* - :dbcommand:`splitChunk`
316-
317-
- Internal command to split chunk. Instead use the methods :method:`sh.splitFind()` and :method:`sh.splitAt()`.
318-
319315
* - :dbcommand:`splitVector`
320316

321317
- Internal command that determines split points.

0 commit comments

Comments
 (0)