summaryrefslogtreecommitdiff
path: root/src/mongo/db/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-57313 Pass the collection epoch and timestamp when building a ChunkTyp...Sergi Mateo Bellido2021-06-0312-257/+399
* SERVER-57322 Invalidate filtering info on participants at the end of renameCo...Jordi Serra Torrens2021-06-031-0/+9
* Revert "SERVER-56779 Allow multiple concurrent merges for the same collection...Kaloian Manassiev2021-06-032-130/+13
* SERVER-55686 Prevent resharding coordinator document from exceeding 16MB BSON...Haley Connelly2021-06-0311-23/+248
* SERVER-57018 Make shards release their dist locks on step-upKaloian Manassiev2021-06-0212-238/+320
* SERVER-57260 Plumb through userCanceled to the _shardsvrAbortReshardCollectio...Luis Osta2021-06-029-17/+22
* SERVER-56786 Ensure that the query on config.collections succeedsPaolo Polato2021-06-021-3/+7
* SERVER-56786 expand the bounds parameter of mergeChunk in the config serverPaolo Polato2021-06-026-12/+337
* SERVER-57153 Support co-existing donors/recipients in resharding metricsBlake Oler2021-06-0110-146/+284
* SERVER-56890 Use a well typed struct rather than object_owned for presetResha...Randolph Tan2021-06-018-62/+31
* SERVER-57320 Correct typo: "registerReceiveChink" -> "registerReceiveChunk"Pierlauro Sciarelli2021-06-011-1/+1
* SERVER-57311 Make ShardingDDLCoordiantor retry on ExceededTimeLimit errorsTommaso Tocci2021-06-011-0/+1
* SERVER-57307 Improve deletion of config.chunks entries with hint and retriesPierlauro Sciarelli2021-05-313-4/+56
* SERVER-57204 Extend the _configsvrSetAllowMigrations command to take the coll...Jordi Serra Torrens2021-05-313-11/+32
* SERVER-57063 Ensure that config.collections exists upon configsvr startupSimon Graetzer2021-05-312-1/+32
* SERVER-55392 Add a timestamp field to config.rangeDeletionsAntonio Fuschetto2021-05-316-27/+67
* SERVER-55150 Add whitelist of errors that will not be retried on rename colle...Marcos José Grillo Ramirez2021-05-284-66/+83
* SERVER-56336 Replace usages of withAutomaticRetry() in resharding_donor_servi...Luis Osta2021-05-281-94/+95
* SERVER-56525 Make thread pool for submitting range deletion tasks a decoratio...Pierlauro Sciarelli2021-05-284-29/+57
* SERVER-55557 Range deletion of aborted migration can fail after a refine shar...Jordi Serra Torrens2021-05-282-1/+27
* SERVER-57190 Change shards refresh request to use a fire and forget approach ...Marcos José Grillo Ramirez2021-05-271-18/+7
* SERVER-53652 Remove Lock Free Reads feature flag and builder.Dianna Hohensee2021-05-273-0/+60
* SERVER-57201 applyChunkOpsDeprecated function queries config.chunks always by...Sergi Mateo Bellido2021-05-271-0/+2
* SERVER-56658 Use the cleanup executor to fulfill resharding recipient machine...Blake Oler2021-05-264-7/+32
* SERVER-56902 Remove _abortReason member variable from ReshardingRecipientServiceLuis Osta2021-05-262-24/+18
* SERVER-57189 Change the type of the zones parameter in resharding commands to...jannaerin2021-05-261-11/+3
* SERVER-56797 Allow collMod to change time-series bucket granularityDan Larkin-York2021-05-263-4/+5
* SERVER-57057 Reduce routing info refreshes on the mergeChunks pathSimon Gratzer2021-05-261-4/+11
* SERVER-57185 Remove noexcept to _finalize function on create sharded collecti...Marcos José Grillo Ramirez2021-05-252-2/+2
* SERVER-57126 Don't invariant that resharding machine completion promises are ...Blake Oler2021-05-256-17/+3
* SERVER-57175 Remove reduntant collection refresh on create collection coordin...Tommaso Tocci2021-05-251-21/+0
* SERVER-56557 Simplify create collection coordinator check phaseTommaso Tocci2021-05-252-13/+10
* SERVER-57177 Create collection coordinator refreshes cached database info onl...Tommaso Tocci2021-05-251-3/+16
* SERVER-57102 Fixing invariants on ShardServerCatalogCacheLoader to consider d...Antonio Fuschetto2021-05-252-3/+46
* SERVER-55573 Deadlock between stepdown and chunk migrationPierlauro Sciarelli2021-05-251-1/+5
* SERVER-56638 Create explicit command for abort participants in reshardCollectionRandolph Tan2021-05-2110-40/+217
* Revert "SERVER-56779 Include forgotten file change on the master branch"Kaloian Manassiev2021-05-211-5/+10
* SERVER-57022 The CollectionShardingRuntime should be updated when there is an...Sergi Mateo Bellido2021-05-215-11/+437
* SERVER-56739 Rewrite resharding metrics duration component to allow for resum...Blake Oler2021-05-2010-91/+190
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-202-1/+2
* SERVER-56816: Remove resharding RecipientStateEnum::kRenamingJamie Anderson2021-05-202-9/+3
* SERVER-56779 Include forgotten file change on the master branchKaloian Manassiev2021-05-201-10/+5
* SERVER-57019 Substitute nss parameter of drop database coordinator logsTommaso Tocci2021-05-201-3/+3
* SERVER-50454 Avoiding sending the "keyValue" field to drivers on duplicate ke...Denis Grebennicov2021-05-201-2/+2
* SERVER-56786: defining a separate function to invoke mergeChunks in shardPaolo Polato2021-05-201-42/+54
* SERVER-56997 Do not use distLocks for createDatabaseTommaso Tocci2021-05-201-5/+5
* SERVER-55684: Remove resharding's RecipientStateEnum::kSteadyState stateJamie Anderson2021-05-197-83/+23
* SERVER-56659 Use local write concern when acquiring and releasing resumable c...Randolph Tan2021-05-191-12/+2
* SERVER-57023 Add retriable error categories into ddl coordinator retry logicMarcos Jose Grillo Ramirez2021-05-192-5/+8
* SERVER-56296 Uniform `fromNss == toNss` rename behavior between rs and sharde...Pierlauro Sciarelli2021-05-191-10/+4