summaryrefslogtreecommitdiff
path: root/src/mongo/db/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-58344 Remove ServerGlobalParams::FeatureCompatibility and replace refe...Vishnu Kaushik2021-09-015-9/+9
* SERVER-58752 Support retrying internal transactions on transient transaction ...Cheahuychou Mao2021-09-0110-28/+93
* SERVER-59663 Refactor SSCCL's code that cleans up persisted metadataAntonio Fuschetto2021-08-312-38/+35
* SERVER-59164 All write commands on sharded time-series namespace should trans...Arun Banala2021-08-311-1/+2
* SERVER-58433 Removing multi writes from multi statement transactions from Res...Luis Osta2021-08-306-120/+252
* SERVER-59023 Version internal writes to resharding temp ns as IGNORED.Max Hirschhorn2021-08-304-3/+58
* SERVER-58893 Rename flag to skipApiVersionCheckAdi Zaimi2021-08-308-9/+18
* SERVER-59661 Refactor construction of persisted chunks collection namespaceAntonio Fuschetto2021-08-302-17/+20
* SERVER-59052 Remove deprecated ChunkType::ns fieldSimon Graetzer2021-08-2953-491/+425
* SERVER-59500 DDL coordinators must not release dist locks on stepdownPierlauro Sciarelli2021-08-273-8/+30
* SERVER-58574 Modify the setFCV command to set/unset the long names flagAntonio Fuschetto2021-08-263-1/+212
* SERVER-58362 Refactor SSCCL's functions purging cached collection metadataAntonio Fuschetto2021-08-261-40/+21
* SERVER-59602 Get rid of ChunkEntryFormatPierlauro Sciarelli2021-08-2611-304/+52
* SERVER-59292 completion future can be set more than once because of WithAutom...Randolph Tan2021-08-242-7/+96
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-2334-131/+140
* SERVER-58082 Fail resharding operation if allowMigrations has already been se...Randolph Tan2021-08-204-3/+95
* SERVER-59438 clean up db/catalog/SConscript LIBDEPSBenety Goh2021-08-191-1/+1
* SERVER-59307: add stress test for StashCollectionsHaveSameCollationAsReshardi...Andrew Shuvalov2021-08-181-0/+44
* SERVER-59177 Remove deprecated ComparableDatabaseVersion::_uuidDisambiguating...Allison Easton2021-08-181-36/+12
* SERVER-58575 Replace the logic that decides whether the SSCCL should use name...Antonio Fuschetto2021-08-186-120/+182
* SERVER-50954 Remove fromConfigServer FCV code after 5.0 LTS releaseMoustafa Maher2021-08-171-6/+1
* Revert "SERVER-58575 Replace the logic that decides whether the SSCCL should ...Daniel Gottlieb2021-08-175-141/+118
* SERVER-58219 Investigate ViewCatalog::reload() lock acquisitionDan Larkin-York2021-08-161-0/+1
* SERVER-58575 Replace the logic that decides whether the SSCCL should use name...Antonio Fuschetto2021-08-165-118/+141
* SERVER-58989 Make timestamp required in DatabaseVersionBase IDLAllison Easton2021-08-1628-134/+77
* SERVER-59120 Add test coverage to commitChunksMerge()Paolo Polato2021-08-161-18/+541
* SERVER-59230 Fix compile errors in C++20 mode with GCC 11 and clang 12Andrew Morrow2021-08-151-7/+3
* SERVER-58670 Modernize DBClientBase query interface to avoid OP_QUERY-derived...Irina Yatsenko2021-08-142-3/+25
* SERVER-59307: add stress test for TestWritesToTempReshardingCollectionAndrew Shuvalov2021-08-121-0/+36
* SERVER-58914 Create ReshardingDonorWriteRouter class with function stubsJunhson Jean-Baptiste2021-08-123-0/+121
* SERVER-57700 Measure latency/throughput of resharding::data_copy::fillBatchFo...Matt Walak2021-08-125-49/+116
* SERVER-58781 ReshardingCoordinatorObserver should not fulfill promises when s...Matt Walak2021-08-103-2/+66
* SERVER-57194 Fix unit-tests to run with lock-free reads enabledDianna Hohensee2021-08-104-108/+0
* SERVER-59074 Do not acquire storage tickets just to set/wait on oplog visibilityGregory Wlodarek2021-08-101-43/+52
* SERVER-51881 Remove dropped field from CollectionTypeMarcos José Grillo Ramirez2021-08-103-21/+3
* SERVER-59213 Refactoring MoveChunkRequest::appendAsCommand()Paolo Polato2021-08-103-27/+10
* SERVER-58572 Extend the CatalogCache Loaders to properly propagate the long n...Antonio Fuschetto2021-08-102-0/+19
* SERVER-54979 Let chunkSplit+ splitVector participate in the shard versioning ...Simon Graetzer2021-08-084-2/+32
* SERVER-59152 Make range deletion submission resilient to onShardVersionMismat...Pierlauro Sciarelli2021-08-062-46/+48
* SERVER-58571 shardCollection command should enable the long names support by ...Antonio Fuschetto2021-08-061-0/+6
* SERVER-58570 Add a new field to config.collections/config.cache.collections r...Antonio Fuschetto2021-08-068-10/+47
* SERVER-54023 Remove stale TODO comments in resharding codeBlake Oler2021-08-052-4/+0
* SERVER-59114 Retry in ReshardingOplogFetcher on Interruption errors.Max Hirschhorn2021-08-052-1/+46
* SERVER-54252 Cleanup legacy configOpTime gossipingTommaso Tocci2021-08-057-167/+26
* SERVER-58389 Removed $maxTimeMS for updates performed by shards on the config...Matt Walak2021-08-043-2/+30
* SERVER-57697 Measure latency/throughput of ReshardingOplogApplier::_applyBatchMatt Walak2021-08-044-1/+115
* SERVER-58994 Prevent querying config.chunks for the shard version during chun...Allison Easton2021-08-041-46/+34
* SERVER-58735 Repurpose LastError for NotPrimaryError trackerYoonsoo Kim2021-08-042-3/+3
* SERVER-58895 Prevent querying config.chunks for the shard version during chun...Allison Easton2021-08-031-15/+16
* SERVER-58990 Resharding always write new collection timestampTommaso Tocci2021-08-033-56/+26