Skip to content

Commit deeb937

Browse files
author
Dave Cuthbert
authored
DOCSP-25060 remove connPoolSync (mongodb#1799)
* DOCSP-25060 remove connPoolSync * Add redirect
1 parent 881795c commit deeb937

File tree

5 files changed

+2
-28
lines changed

5 files changed

+2
-28
lines changed

config/redirects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1574,7 +1574,7 @@ raw: ${prefix}/v2.8/release-notes/2.8-changes -> ${base}/v3.0/release-notes/3.0/
15741574
[v4.2-*]: ${prefix}/${version}/reference/read-preference -> ${base}/${version}/core/read-preference/
15751575
[v4.2-*]: ${prefix}/${version}/reference/method/sh.getBalancerHost -> ${base}/${version}/reference/method/js-sharding/
15761576

1577-
[v4.2-*]: ${prefix}/${version}/reference/command/cursorInfo -> ${base}/${version}/reference/command/nav-diagnostic/
1577+
[v4.2-*]: ${prefix}/${version}/reference/command/connPoolSync -> ${base}/${version}/reference/command/nav-diagnostic/
15781578

15791579
# Redirects for 4.0 or earlier (i.e. before 4.2), stopping at v3.0 since otherwise to help slow the growth in the number of our redirects
15801580

source/reference/command.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -624,10 +624,6 @@ Administration Commands
624624
- Compacts documents specified in the state collections and
625625
deletes redundant documents.
626626

627-
* - :dbcommand:`connPoolSync`
628-
629-
- Internal command to flush connection pool.
630-
631627
* - :dbcommand:`convertToCapped`
632628

633629
- Converts a non-capped collection to a capped collection.

source/reference/command/connPoolSync.txt

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

source/reference/command/nav-administration.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ Administration Commands
3232

3333
- Defragments a collection and rebuilds the indexes.
3434

35-
* - :dbcommand:`connPoolSync`
36-
37-
- Internal command to flush connection pool.
38-
3935
* - :dbcommand:`convertToCapped`
4036

4137
- Converts a non-capped collection to a capped collection.
@@ -180,7 +176,6 @@ Administration Commands
180176
/reference/command/cloneCollectionAsCapped
181177
/reference/command/collMod
182178
/reference/command/compact
183-
/reference/command/connPoolSync
184179
/reference/command/convertToCapped
185180
/reference/command/create
186181
/reference/command/createIndexes

source/reference/privilege-actions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ Server Administration Actions
602602

603603
.. authaction:: connPoolSync
604604

605-
User can perform the :dbcommand:`connPoolSync` command. Apply this
605+
User can perform the internal ``connPoolSync`` command. Apply this
606606
action to the ``cluster`` resource.
607607

608608
.. authaction:: convertToCapped

0 commit comments

Comments
 (0)