summaryrefslogtreecommitdiff
path: root/jstests/sharding/rename_sharded.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-74787 Prepare jstest corpus for implicit strict modeMatt Broadstone2023-05-071-1/+1
|
* SERVER-75431 Get rid or fix best effort check for primary db on rename path ↵Pierlauro Sciarelli2023-03-291-0/+33
| | | | in sharded clusters
* SERVER-66744 Renaming view in a sharded cluster must return same errors of ↵Enrico Golfieri2022-10-251-0/+11
| | | | plain replica set
* SERVER-66031 rename must succeed on all shards when UUIDs provided for C2CPierlauro Sciarelli2022-05-161-0/+28
|
* SERVER-63086 Remove refresh of the routing table during a rename operationAntonio Fuschetto2022-02-071-10/+0
|
* SERVER-62906 Add a check in the createCollection/shardCollection path ↵Antonio Fuschetto2022-02-021-1/+17
| | | | verifying the collection name length
* SERVER-62905 Remove all the code related to the long collection names projectAntonio Fuschetto2022-01-281-10/+2
|
* SERVER-58575 Replace the logic that decides whether the SSCCL should use ↵Antonio Fuschetto2021-08-181-4/+4
| | | | namespaces or uuids for config.cache.chunks collections
* Revert "SERVER-58575 Replace the logic that decides whether the SSCCL should ↵Daniel Gottlieb2021-08-171-4/+4
| | | | | | use namespaces or uuids for config.cache.chunks collections" This reverts commit 0d9c8e78185156a008f5c4557188fa9ecbbdc36b.
* SERVER-58575 Replace the logic that decides whether the SSCCL should use ↵Antonio Fuschetto2021-08-161-4/+4
| | | | namespaces or uuids for config.cache.chunks collections
* SERVER-53066 Remove shardingFullDDLSupport feature guardTommaso Tocci2021-08-021-150/+144
|
* SERVER-58940 Re-eneable not failing sharding tests disabled in multiversion ↵Tommaso Tocci2021-07-291-2/+0
| | | | suites after 5.1 FCV constants update
* SERVER-56366 Update FCV constants to recognize 5.1 as latestJon Streets2021-07-231-1/+1
|
* SERVER-58792 Disable the UUID-based logic that handles config.cache.chunks.* ↵Sergi Mateo Bellido2021-07-231-2/+1
| | | | collections on the ShardServerCatalogCacheLoader
* SERVER-58295 Temporarily disable multiversion tests that fail due to ↵Vishnu Kaushik2021-07-141-1/+1
| | | | SERVER-56366
* SERVER-34632 config.chunks change to config.cache.chunks creates a ↵Antonio Fuschetto2021-07-091-2/+11
| | | | collection long name after upgrade
* SERVER-58115 Outdated information can remain in the catalog cache after a ↵Antonio Fuschetto2021-06-301-0/+11
| | | | collection is renamed
* SERVER-54605 Make rename collection coordinator resilient to stepdowns (Part 1)Pierlauro Sciarelli2021-03-261-1/+2
|
* SERVER-54631 Submit range deletion tasks upon sharded collection renamePierlauro Sciarelli2021-03-041-4/+0
|
* SERVER-54488 Rename Collection might take the unsharded path while sharding ↵Pierlauro Sciarelli2021-02-191-1/+34
| | | | a collection
* SERVER-54132: Review usages of config.collections 'dropped' fieldJordi Serra Torrens2021-02-191-4/+14
|
* SERVER-52781 force rename majority concern on mongos and target chunks by uuidPierlauro Sciarelli2021-02-041-3/+7
|
* SERVER-52781 Implement the new rename collection path in ↵Pierlauro Sciarelli2021-02-041-0/+187
`_shardsvrRenameCollection`