summaryrefslogtreecommitdiff
path: root/src/mongo/db/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-57608 shardCollection should take new path on FCV versions greater tha...Jordi Serra Torrens2021-06-101-2/+1
* SERVER-57182 reshardCollection command is shuffling data even when requested ...Haley Connelly2021-06-104-10/+80
* SERVER-57433 Report rename collection parameters in currentOpSimon Graetzer2021-06-102-2/+3
* SERVER-55164 Improve testing around snapshotted range deletion tasks for renamePierlauro Sciarelli2021-06-101-0/+118
* SERVER-57587 Avoid scheduling more range deletion tasks for same range during...Pierlauro Sciarelli2021-06-101-7/+9
* SERVER-57266 Create IDL representation for resharding metrics time intervalsjannaerin2021-06-094-4/+26
* SERVER-57169 Removed declaration of unused Resharding::_applyThenTransitionTo...Matt Walak2021-06-091-4/+0
* Revert "SERVER-55164 Improve testing around snapshotted range deletion tasks ...Pierlauro Sciarelli2021-06-091-113/+0
* SERVER-57263: Use resharding metrics stepUp/stepDown logic in theKshitij Gupta2021-06-082-18/+22
* SERVER-57280 ShardRegistry must be initialized before DDL coordinators contac...Pierlauro Sciarelli2021-06-081-0/+10
* SERVER-55164 Improve testing around snapshotted range deletion tasks for renamePierlauro Sciarelli2021-06-081-0/+113
* SERVER-57367 Put units on strings used in resharding statsRandolph Tan2021-06-072-21/+22
* SERVER-57484 ShardCollectionLegacy should cleanup leftover chunks by ns in 4.9Jordi Serra Torrens2021-06-071-2/+3
* SERVER-56210 Add test to ensure DDL commands are shown on currentOp commandMarcos José Grillo Ramirez2021-06-071-3/+10
* SERVER-57331: Expose currentOp metrics so that they can be easilyKshitij Gupta2021-06-042-5/+43
* SERVER-56694 implicit default majority write concern should set usedDefault=f...Moustafa Maher2021-06-041-1/+1
* SERVER-57303 Create transaction history iterator stage for ReshardingBernard Gorman2021-06-046-168/+543
* SERVER-56490 Replace expensive ddl_utils calls to catalog client with batched...Pierlauro Sciarelli2021-06-041-6/+4
* SERVER-57358 Build config.chunks indexes on background in FCV upgrade/downgradeJordi Serra Torrens2021-06-041-2/+32
* SERVER-56490 Replace expensive ddl_utils calls to catalog client with batched...Pierlauro Sciarelli2021-06-042-43/+85
* SERVER-57127 IndexCatalog::findShardKeyPrefixedIndex() accepts CollectionPtrBenety Goh2021-06-035-35/+38
* SERVER-55818: Creating a ReshardingCoordinatorServiceTest fixture analogous t...Kshitij Gupta2021-06-035-197/+737
* SERVER-56630 Unittest OpObserverImpl and chunk migration for retryable findAn...Jason Chan2021-06-035-27/+294
* SERVER-56499 Start resharding metrics on resharding donorsRandolph Tan2021-06-036-24/+74
* SERVER-56876 Test idempotency of resharding's oplog application with the resh...jannaerin2021-06-031-0/+16
* SERVER-56215 Ensure current client is set in CoordinatorCommitMonitor unit-testsAmirsaman Memaripour2021-06-032-8/+20
* SERVER-53187 Fix format in autosplit log messagesPaolo Polato2021-06-032-11/+13
* SERVER-57378 Fix data-race in the resharding commit monitor unit-testsAmirsaman Memaripour2021-06-032-3/+14
* 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