summaryrefslogtreecommitdiff
path: root/jstests/sharding/rename_sharded.js
Commit message (Expand)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 i...Pierlauro Sciarelli2023-03-291-0/+33
* SERVER-66744 Renaming view in a sharded cluster must return same errors of pl...Enrico Golfieri2022-10-251-0/+11
* 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 verifyi...Antonio Fuschetto2022-02-021-1/+17
* 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 name...Antonio Fuschetto2021-08-181-4/+4
* Revert "SERVER-58575 Replace the logic that decides whether the SSCCL should ...Daniel Gottlieb2021-08-171-4/+4
* SERVER-58575 Replace the logic that decides whether the SSCCL should use name...Antonio Fuschetto2021-08-161-4/+4
* SERVER-53066 Remove shardingFullDDLSupport feature guardTommaso Tocci2021-08-021-150/+144
* SERVER-58940 Re-eneable not failing sharding tests disabled in multiversion s...Tommaso Tocci2021-07-291-2/+0
* 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
* SERVER-58295 Temporarily disable multiversion tests that fail due to SERVER-5...Vishnu Kaushik2021-07-141-1/+1
* SERVER-34632 config.chunks change to config.cache.chunks creates a collection...Antonio Fuschetto2021-07-091-2/+11
* SERVER-58115 Outdated information can remain in the catalog cache after a col...Antonio Fuschetto2021-06-301-0/+11
* 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 a...Pierlauro Sciarelli2021-02-191-1/+34
* 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 `_shardsvrRenameColl...Pierlauro Sciarelli2021-02-041-0/+187